about summary refs log tree commit diff stats
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authordigitalcraftsman2017-09-07 21:56:31 +0200
committerdigitalcraftsman2017-09-07 21:56:31 +0200
commit7cf2943ef4a905b46f77137a0321a4fc996a3b9e (patch)
tree19ba889c49c6479a9805f097a8d45803bcc7fc68 /layouts/_default/baseof.html
parenteab1974019b3d82cb76cb806ba059fb6cc196111 (diff)
downloadhyde-7cf2943ef4a905b46f77137a0321a4fc996a3b9e.tar.lz
hyde-7cf2943ef4a905b46f77137a0321a4fc996a3b9e.tar.zst
hyde-7cf2943ef4a905b46f77137a0321a4fc996a3b9e.zip
Add Google Analytics support
Closes #44
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index a45cf37..0c87c3f 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -4,5 +4,7 @@
     <div class="content container">
     {{ block "main" . -}}{{- end }}
     </div>
+
+    {{ template "_internal/google_analytics_async.html" . }}
   </body>
 </html>
\ No newline at end of file