+
+ {{ .Site.Copyright | safeHTML }}
+
+
+
diff --git a/layouts/partials/disqus.html b/layouts/partials/disqus.html
new file mode 100644
index 0000000..6618e45
--- /dev/null
+++ b/layouts/partials/disqus.html
@@ -0,0 +1,19 @@
+{{ with .Site.Params.disqus }}
+
+
+
+ {{ partial "social.html" . }}
+ {{ partial "copyright" . }}
+
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index e9681df..092d9a3 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -8,7 +8,7 @@