feat(): add integration with Google Analytics
This commit is contained in:
parent
f1de92a9f9
commit
b009a73176
|
@ -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
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
<script src="js/theme.min.js" type="text/javascript"></script>
|
||||
{{ template "_internal/google_analytics.html" . }}
|
||||
|
|
Loading…
Reference in New Issue