Merge pull request #486 from TheGroundZero/patch-7

Fix #484 - .Site.Config.Services.Disqus.Shortname
This commit is contained in:
Djordje Atlialp 2024-10-17 19:52:04 +02:00 committed by GitHub
commit aa05977589
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -122,7 +122,7 @@
{{ partial "pagination-single.html" . }} {{ partial "pagination-single.html" . }}
{{ if .Site.DisqusShortname }} {{ if .Site.Config.Services.Disqus.Shortname }}
{{ if not (eq .Params.Comments "false") }} {{ if not (eq .Params.Comments "false") }}
<div id="comments"> <div id="comments">
{{ template "_internal/disqus.html" . }} {{ template "_internal/disqus.html" . }}