From 223f3ee2fe2bc4f308eea5a2fc678d1c020b6826 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Mon, 12 Dec 2016 14:34:37 +0100 Subject: [PATCH] Integrated custom disqus template --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index e170475..4d7271a 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -13,7 +13,7 @@ {{ if .Site.DisqusShortname }}
- {{ template "_internal/disqus.html" . }} + {{ partial "disqus.html" . }}
{{ end }}