Browse Source

Add Google Analytics. Close #13

Put your site ID in your config.toml:

googleAnalytics = "UA-123-45"
master
Adrian Short 6 years ago
parent
commit
69eeeb8aaf
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      layouts/partials/footer.html

+ 1
- 0
layouts/partials/footer.html View File

@@ -1,2 +1,3 @@
{{ template "_internal/google_analytics.html" . }}
</body>
</html>

Loading…
Cancel
Save