From 8fc6488ef7dac80c507c433f6e3924b5587da67e Mon Sep 17 00:00:00 2001 From: avitex Date: Tue, 6 Dec 2016 23:46:02 +1100 Subject: [PATCH] Add disqus --- config.json | 2 ++ layouts/_default/single.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/config.json b/config.json index 6f9f888..4a32d19 100644 --- a/config.json +++ b/config.json @@ -14,6 +14,8 @@ "pygmentsuseclasses": true, + "disqusShortname": "blog-rivalstorm", + "params": { "Title": "RivalStorm - DevBlog", "Tagline": "A peek under the hood", diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 3734500..e541084 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -6,4 +6,6 @@ {{ .Content }} +{{ template "_internal/disqus.html" . }} + {{ partial "default_foot.html" . }}