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" . }}