From e0ce3a67741505a6db23305bd97d8f261ae22db3 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sat, 30 Apr 2016 14:30:43 +0200 Subject: [PATCH] Add disqus comments --- layouts/partials/disqus.html | 17 +++++++++++++++++ layouts/post/single.html | 2 ++ 2 files changed, 19 insertions(+) create mode 100644 layouts/partials/disqus.html diff --git a/layouts/partials/disqus.html b/layouts/partials/disqus.html new file mode 100644 index 00000000..6973517f --- /dev/null +++ b/layouts/partials/disqus.html @@ -0,0 +1,17 @@ +
+ + diff --git a/layouts/post/single.html b/layouts/post/single.html index 43df15df..4ad5c260 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -12,4 +12,6 @@ {{ .Content }} + +{{ partial "disqus.html" . }} {{ partial "footer.html" . }}