Hugo bugfix for Congo.
Deploy Hugo Site / Check and Create PR (push) Successful in 30s
Deploy Hugo Site / Hugo Sanity Check (push) Successful in 23s
Deploy Hugo Site / PR Merge (push) Successful in 22s
Deploy Hugo Site / Build and Deploy to Server (push) Successful in 26s

This commit is contained in:
2025-07-22 13:58:28 -04:00
parent 2649b0716c
commit 7978a7e927
7 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -99,7 +99,7 @@
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .RelPermalink ($.Site.Title | emojify) | safeHTML }}
{{ end -}}
{{/* Icons */}}
{{ if templates.Exists "partials/favicons.html" }}
{{ if templates.Exists "favicons.html" }}
{{ partialCached "favicons.html" .Site }}
{{ else }}
<link rel="apple-touch-icon" sizes="180x180" href="{{ "apple-touch-icon.png" | relURL }}" />
@@ -140,7 +140,7 @@
{{/* Analytics */}}
{{ partial "analytics.html" . }}
{{/* Extend head - eg. for custom analytics scripts, etc. */}}
{{ if templates.Exists "partials/extend-head.html" }}
{{ if templates.Exists "extend-head.html" }}
{{ partial "extend-head.html" . }}
{{ end }}
</head>