summaryrefslogtreecommitdiff
path: root/themes/hugo-coder/layouts/partials/posts
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2024-10-19 23:22:04 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2024-10-19 23:23:01 -0400
commit223bbcf7f65d3225b3c1568bd9ccb847c54028d8 (patch)
tree5cf5e5f4391e5a37022bdb721b2824c2be85e358 /themes/hugo-coder/layouts/partials/posts
parent3ae0394c6b59d001d394a8dbee0a1964dd7f30ec (diff)
Fixed some deprecated variables
didn't mean to add these
Diffstat (limited to 'themes/hugo-coder/layouts/partials/posts')
-rw-r--r--themes/hugo-coder/layouts/partials/posts/disqus.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/hugo-coder/layouts/partials/posts/disqus.html b/themes/hugo-coder/layouts/partials/posts/disqus.html
index b0ffb1f..2c437c1 100644
--- a/themes/hugo-coder/layouts/partials/posts/disqus.html
+++ b/themes/hugo-coder/layouts/partials/posts/disqus.html
@@ -1,3 +1,3 @@
1{{- if and (not (eq (.Site.DisqusShortname | default "") "")) (eq (.Params.disableComments | default false) false) -}} 1{{- if and (not (eq (.Site.Config.Services.Disqus.Shortname | default "") "")) (eq (.Params.disableComments | default false) false) -}}
2 {{ template "_internal/disqus.html" . }} 2 {{ template "_internal/disqus.html" . }}
3{{- end -}} 3{{- end -}}