aboutsummaryrefslogtreecommitdiff
path: root/layouts/_partials
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_partials')
-rw-r--r--layouts/_partials/head.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_partials/head.html b/layouts/_partials/head.html
index 34c93e5..05e8eae 100644
--- a/layouts/_partials/head.html
+++ b/layouts/_partials/head.html
@@ -15,6 +15,9 @@
{{ else }}
<link rel="stylesheet" type="text/css" href="{{ (resources.Get "static/css/style.css" | minify | fingerprint).RelPermalink }}">
{{- end -}}
+ {{ with .OutputFormats.Get "Atom" }}
+ <link rel="alternate" type="application/atom+xml" href="{{ .RelPermalink }}" title="{{ $.Site.Title }}">
+ {{- end -}}
{{ if (not (fileExists "static/favicon.ico")) }}
<link rel="icon" href="data:,">
{{- end }}