feat: remove deprecated Hugo templates and shortcode usage (#1150)

Adapt site to latest hugo version 0.147.1
This commit is contained in:
Andreas Deininger
2025-11-01 21:49:15 +01:00
committed by GitHub
parent 512a9ab625
commit 291fe5fd7e
5 changed files with 5 additions and 9 deletions
@@ -1,5 +1,5 @@
<div class="disqus-container">
{{ template "_internal/disqus.html" . }}
{{ partial "disqus.html" . }}
</div>
<style>
+1 -1
View File
@@ -22,5 +22,5 @@
<link rel="shortcut icon" href="{{ . | relURL }}" />
{{ end }}
{{- template "_internal/google_analytics.html" . -}}
{{- partial "google_analytics.html" . -}}
{{- partial "head/custom.html" . -}}