summaryrefslogtreecommitdiff
path: root/layouts/partials/head.html
diff options
context:
space:
mode:
authorFrancesco Tomaselli <tomaselli.fr@gmail.com>2024-08-13 19:22:12 +0200
committerGitHub <noreply@github.com>2024-08-13 19:22:12 +0200
commit7459828ba7abe921084dc88f8162be46197f7e77 (patch)
tree4dc1c531093c24ea9a6561d30a03879ae87126e0 /layouts/partials/head.html
parentfcb9e7b4601203c3d9a0ef455a3727502b3e3aa0 (diff)
parentfcbc8882f28293ab0e2048d432cab42778479244 (diff)
Merge branch 'main' into main
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 8f098d1..482d7e9 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,6 +1,10 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
+{{ with .OutputFormats.Get "rss" -}}
+ {{ printf `<link rel=%q type=%q href=%q title=%q>` .Rel .MediaType.Type .Permalink site.Title | safeHTML }}
+{{ end }}
+
{{- if .IsHome -}}
<meta name="description" content="{{ site.Params.Description }}" />
{{- else -}}