feat(): add integration with Google Analytics

This commit is contained in:
kendo5731 2016-02-06 16:43:18 +01:00
parent f1de92a9f9
commit b009a73176
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,6 @@ A theme for [Hugo](https://gohugo.io/), inspired by Atom editor.
This repo is a work in progress, there is still work to do, contributions are welcome !
- Add integration with Google Analytics
- Add a "Home" link in the top of the menu
- Add custom 404.html
- Support for code highlighting

View File

@ -1 +1,2 @@
<script src="js/theme.min.js" type="text/javascript"></script>
{{ template "_internal/google_analytics.html" . }}