Browse Source

add RSS feed URL

main
Nicolas Massé 2 years ago
parent
commit
977b893562
  1. 5
      layouts/partials/head.html

5
layouts/partials/head.html

@ -40,6 +40,11 @@
{{- end }} {{- end }}
{{- end }} {{- end }}
<!-- Add all the relevant RSS Feed URLs -->
{{ with .OutputFormats.Get "rss" -}}
{{ printf `<link rel=%q type=%q href=%q title=%q>` .Rel .MediaType.Type .Permalink site.Title | safeHTML }}
{{ end }}
<!-- Tell IE to use the Edge engine --> <!-- Tell IE to use the Edge engine -->
<meta name="X-UA-Compatible" content="IE=edge"> <meta name="X-UA-Compatible" content="IE=edge">

Loading…
Cancel
Save