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:
-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 }}