1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-05-08 05:26:00 +02:00

layouts: Revert to built-in Disqus template

Hugo 0.25 improved the embedded Disqus template so we can just use
theirs now.

See: https://github.com/gohugoio/hugo/pull/3655
See: https://github.com/gohugoio/hugo/pull/3639
This commit is contained in:
2017-07-07 15:31:17 +03:00
parent 238af4fe43
commit 1311adde33
2 changed files with 1 additions and 20 deletions

View File

@ -83,7 +83,7 @@
{{ end }}
{{ if and (.Site.DisqusShortname) (ne .Params.comments false) }}
{{ partial "disqus.html" . }}
{{ template "_internal/disqus.html" . }}
{{ end }}
</footer>
{{ end }}