| layouts/partials/head.html | ●●●●● patch | view | raw | blame | history |
layouts/partials/head.html
@@ -139,9 +139,10 @@ <link rel="canonical" href="{{ .Permalink }}" /> <!-- License --> {{- with .Site.Params.license -}} <link rel="license" href="{{ . }}"/> <link rel="license" href="{{ . }}" /> {{- end -}} <!-- RSS --> {{ with .OutputFormats.Get "rss" -}} {{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}