From f1de92a9f934c84e2427f1c6c02cbf6df6f3cd3b Mon Sep 17 00:00:00 2001 From: kendo5731 Date: Sat, 6 Feb 2016 16:37:40 +0100 Subject: [PATCH] feat(): add integration with Disqus --- README.md | 1 - layouts/_default/single.html | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d37344..20039ab 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 6179242..7057dbc 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -5,4 +5,7 @@
{{ .Content }}
+ +{{ template "_internal/disqus.html" . }} + {{ partial "bottom.html" . }}