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