Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jakewies/hugo-theme-codex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Watts <hello@michaelwatts.me>2021-07-20 12:35:27 +0300
committerGitHub <noreply@github.com>2021-07-20 12:35:27 +0300
commit41d4edce24ca5a5b61e0f538e73ddd8e4f8c398e (patch)
tree58e9a8cc70cfcf1c9fb364437f96b06496ed9c53
parent5f802695af4de195b19541412e9e91165d09eded (diff)
Update baseof.html
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 75d07a7..6190930 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -36,7 +36,7 @@
{{ end }}
{{ range .AlternativeOutputFormats }}
- {{ printf `<link rel="%s" type="%s+%s" href="%s" title="%s" />` .Rel .MediaType.Type .MediaType.Suffix .Permalink $.Site.Title | safeHTML }}
+ {{ printf `<link rel="%s" type="%s+%s" href="%s" title="%s" />` .Rel .MediaType.Type .MediaType.FirstSuffix.Suffix .Permalink $.Site.Title | safeHTML }}
{{ end }}
{{ block "links" . }} {{ end }}
{{ partial "seo-schema.html" .}}