Update `.Site.DisqusShortname` to `.Site.Config.Services.Disqus.Shortname`
This commit is contained in:
TheGroundZero 2024-09-04 06:59:20 +00:00 committed by GitHub
parent a902dacd84
commit e2bc011b94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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