Add HumanMadeMark

Signed-off-by: GitHub Action <action@github.com>
This commit is contained in:
GitHub Action
2024-07-11 11:54:28 +00:00
parent f6bb50aa1d
commit 5ee9c82125
8 changed files with 19 additions and 2 deletions

View File

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