diff options
author | digitalcraftsman | 2017-09-07 21:56:31 +0200 |
---|---|---|
committer | digitalcraftsman | 2017-09-07 21:56:31 +0200 |
commit | 7cf2943ef4a905b46f77137a0321a4fc996a3b9e (patch) | |
tree | 19ba889c49c6479a9805f097a8d45803bcc7fc68 /layouts | |
parent | eab1974019b3d82cb76cb806ba059fb6cc196111 (diff) | |
download | hyde-7cf2943ef4a905b46f77137a0321a4fc996a3b9e.tar.lz hyde-7cf2943ef4a905b46f77137a0321a4fc996a3b9e.tar.zst hyde-7cf2943ef4a905b46f77137a0321a4fc996a3b9e.zip |
Add Google Analytics support
Closes #44
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/baseof.html | 2 |
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 |