diff options
Diffstat (limited to 'layouts/partials/comments.html')
| -rw-r--r-- | layouts/partials/comments.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html new file mode 100644 index 0000000..b17632a --- /dev/null +++ b/layouts/partials/comments.html @@ -0,0 +1,3 @@ +{{- if .Site.DisqusShortname }} +{{ template "_internal/disqus.html" . }} +{{- end }} |
