feat(): add integration with Disqus
This commit is contained in:
parent
90fffad48a
commit
f1de92a9f9
|
@ -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
|
||||
|
|
|
@ -5,4 +5,7 @@
|
|||
<article>
|
||||
{{ .Content }}
|
||||
</article>
|
||||
|
||||
{{ template "_internal/disqus.html" . }}
|
||||
|
||||
{{ partial "bottom.html" . }}
|
||||
|
|
Loading…
Reference in New Issue