Update Disqus & GoogleAnalytics

Signed-off-by: GitHub Action <action@github.com>
This commit is contained in:
GitHub Action
2024-03-13 16:16:23 +00:00
parent 6cbe854b97
commit 7033b7fe08

View File

@ -1,4 +1,4 @@
{{- if (or Site.Config.Services.Disqus.Shortname .Site.DisqusShortname) -}}
{{- if (or .Site.Config.Services.Disqus.Shortname .Site.DisqusShortname) -}}
{{ template "_internal/disqus.html" . }}
{{- end -}}