Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Grunbaum <joelgrun@gmail.com>2021-08-30 16:58:11 +0300
committerJoel Grunbaum <joelgrun@gmail.com>2021-08-30 16:58:11 +0300
commit0c7a6d4568049b499832ca04138dac9af3b03f07 (patch)
tree511d0a2dc4348d552e13ca42a79fbba628b6c7a1
parentc1e722c2e2b6165ab0e437d25521bdbbf6107ee5 (diff)
Added disqus comments
-rw-r--r--layouts/_default/single.html4
-rw-r--r--layouts/post/single.html2
2 files changed, 5 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 45ef8fd..146c5c1 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -2,4 +2,6 @@
<div class="pl-sm-4 ml-sm-5">
{{ .Content }}
</div>
-{{ end }} \ No newline at end of file
+
+ {{ template "_internal/disqus.html" . }}
+{{ end }}
diff --git a/layouts/post/single.html b/layouts/post/single.html
index fbddc26..787d83c 100644
--- a/layouts/post/single.html
+++ b/layouts/post/single.html
@@ -12,4 +12,6 @@
{{ .Content }}
</article>
</div>
+
+ {{ template "_internal/disqus.html" . }}
{{ end }}