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:
authorJake Wiesler <jakewiesler@gmail.com>2021-07-20 23:15:15 +0300
committerGitHub <noreply@github.com>2021-07-20 23:15:15 +0300
commit937bd22c8bfa2efb30ee34f08ae47236f55709da (patch)
tree508424e508a8209ce2bde9c68e5a4acfd9692740
parent5f802695af4de195b19541412e9e91165d09eded (diff)
parentb80d965629c0dfb0f36cb46ab84bf1c89d125d5d (diff)
Merge pull request #176 from altescape/master
-rw-r--r--layouts/_default/baseof.html2
-rw-r--r--theme.toml2
2 files changed, 2 insertions, 2 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" .}}
diff --git a/theme.toml b/theme.toml
index 3e81a24..4fc8fd6 100644
--- a/theme.toml
+++ b/theme.toml
@@ -8,7 +8,7 @@ description = "A minimal blog theme for hugo"
homepage = "https://github.com/jakewies/hugo-theme-codex"
tags = ["website", "starter", "blog"]
features = ["blog"]
-min_version = "0.72.0"
+min_version = "0.82.0"
[author]
name = "Jake Wiesler"