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

github.com/funkydan2/hugo-kiera.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Saunders <daniel.saunders@gmail.com>2021-03-24 00:23:10 +0300
committerDaniel Saunders <daniel.saunders@gmail.com>2021-03-24 00:23:10 +0300
commite3ed344bbeae82e51727e3395e803a5d40e13b1a (patch)
treed9d8800e7ec96f310a5500399e1e2482f62b960a
parentfa48d8e175b4498fa51f03ec8d415b5c2ced0a29 (diff)
Fixes #63
-rw-r--r--layouts/partials/meta.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html
index 0ad11ac..3ec0e77 100644
--- a/layouts/partials/meta.html
+++ b/layouts/partials/meta.html
@@ -3,7 +3,7 @@
<meta name="description" content="{{ .Site.Params.description | default "The HTML5 Herald" }}" />
<meta name="author" content="{{ .Params.Author | default .Site.Author.name }}" />
{{- with .OutputFormats.Get "rss" -}}
- {{ 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" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{- end -}}
{{ template "_internal/opengraph.html" . }}
{{ template "_internal/twitter_cards.html" . }}