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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParag <parag.raut@outlook.com>2020-11-27 16:46:42 +0300
committerGitHub <noreply@github.com>2020-11-27 16:46:42 +0300
commit293ab665ca52f3c7d8d3273ca79fa7949493b1ea (patch)
tree5bb0672a585d9c948c306647d75997b8a331b686 /layouts
parent696388d6bb228a7a3f6559e2e911469f8ac26a8f (diff)
Update comments.html (#265)
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/comments.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html
index 3cc1645..26cb4b6 100644
--- a/layouts/partials/comments.html
+++ b/layouts/partials/comments.html
@@ -1,5 +1,5 @@
{{- if .Site.DisqusShortname }}
- <div class="disqus">
+ <div class="container disqus">
{{ template "_internal/disqus.html" . }}
</div>
{{- end }}