Add GoogleAnalytics
This commit is contained in:
parent
4db982bb01
commit
6e47762775
|
@ -70,7 +70,6 @@ hugo server
|
|||
|
||||
## To Do
|
||||
|
||||
- GoogleAnalytics integration
|
||||
- Comments (probably not Disqus, sorry)
|
||||
- Tags, Categories and Series
|
||||
|
||||
|
|
|
@ -39,6 +39,9 @@
|
|||
|
||||
{{ partial "footer.html" . }}
|
||||
</main>
|
||||
|
||||
{{ template "_internal/google_analytics.html" . }}
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue