Browse Source

Add tracking tag to default template

Kailash Nadh 6 years ago
parent
commit
a9f976ad81
1 changed files with 1 additions and 1 deletions
  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>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>
         <p>Powered by <a href="https://listmonk.app" target="_blank">listmonk</a></p>
     </div>
     </div>
-    <div class="gutter">&nbsp;</div>
+    <div class="gutter">&nbsp;{{ TrackView }}</div>
 </body>
 </body>
 </html>
 </html>