fix: update templates

This commit is contained in:
Daniel Molkentin 2024-10-17 00:01:56 +02:00
parent ae22f0f096
commit 8fbd620e63

View file

@ -41,7 +41,7 @@
{{ if (.Params.comments) | or (and (or (not (isset .Params "comments")) (eq .Params.comments nil)) (and .Site.Params.comments (ne .Type "page"))) }}
{{ if .Site.DisqusShortname }}
{{ if .Site.Config.Services.Disqus.Shortname }}
<div class="disqus-comments">
{{ template "_internal/disqus.html" . }}
</div><!--/.disqus-comments-->