about summary refs log tree commit diff
path: root/layouts/partials/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 9775e90..c37bba4 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -27,3 +27,10 @@
 </title>
 <meta name="description" content="{{ .Site.Params.Description }}">
 <link rel="stylesheet" type="text/css" href="{{ $style.RelPermalink }}">
+{{ with .OutputFormats.Get "rss" -}}
+	<link rel="{{.Rel}}" type="{{.MediaType.Type}}"
+											href="{{.Permalink}}" title="{{$.Site.Title | safeHTML}}"/>
+{{ end -}}
+{{ range .Site.Params.relMe }}
+	<link href="{{.}}" rel="me">
+{{ end}}