fix: update templates

This commit is contained in:
Daniel Molkentin 2024-10-17 00:01:56 +02:00
parent c9bff256f2
commit 181fd690ba

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