Procházet zdrojové kódy

Add tracking tag to default template

Kailash Nadh před 6 roky
rodič
revize
a9f976ad81
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      default-template.html

+ 1 - 1
default-template.html

@@ -62,6 +62,6 @@
         <p>Don't want to receive these e-mails? <a href="{{ .UnsubscribeURL }}">Unsubscribe</a></p>
         <p>Powered by <a href="https://listmonk.app" target="_blank">listmonk</a></p>
     </div>
-    <div class="gutter">&nbsp;</div>
+    <div class="gutter">&nbsp;{{ TrackView }}</div>
 </body>
 </html>