feat(): add integration with Disqus

This commit is contained in:
kendo5731 2016-02-06 16:37:40 +01:00
parent 90fffad48a
commit f1de92a9f9
2 changed files with 3 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 Disqus
- Add integration with Google Analytics
- Add a "Home" link in the top of the menu
- Add custom 404.html

View File

@ -5,4 +5,7 @@
<article>
{{ .Content }}
</article>
{{ template "_internal/disqus.html" . }}
{{ partial "bottom.html" . }}