diff options
-rw-r--r-- | layouts/partials/head.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index ffd8423..a2149d0 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -11,6 +11,10 @@ <link rel="stylesheet" href="/css/normalize.css"> <link rel="stylesheet" href="/css/main.css"> +{{ with .OutputFormats.Get "rss" -}} + +{{ printf ` <link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} +{{ end -}} </head> <body> |