diff options
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/head.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index a44b75c..ba2b934 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -10,8 +10,8 @@ <meta name="description" content="{{ .Site.Params.Description }}"> {{ with .OutputFormats.Get "rss" -}} -<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" - href="{{ .Permalink}}" title="$.Site.Title" /> +<link rel="{{ .Rel }}" type="{{ .MediaType.Type | htmlUnescape }}" + href="{{ .Permalink}}" title="{{ $.Site.Title }}" /> {{ end -}} <link rel="icon" type="image/x-icon" href="/favicon.ico"> |