homepage/layouts
surtur a6961ff0c3
All checks were successful
continuous-integration/drone/push Build is passing
template: add RSS link to head of each page
using the below would also add any other alternative formats.
since we don't use any other alt formats, it will only output the link
to RSS feed for each page.
{{ range .AlternativeOutputFormats -}}
    {{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}

ref: https://gohugo.io/templates/rss/#reference-your-rss-feed-in-head
2021-08-23 15:16:34 +02:00
..
_default Add proper RSS support (#21) 2020-10-09 23:32:22 +02:00
partials update: nicer gitea and dockerhub svgs 2021-06-11 23:17:26 +02:00
shortcodes chore: add rawhtml shortcode specification 2020-10-09 21:43:53 +02:00
404.html edited 404 page + changed deploy part of pipeline 2020-03-10 01:24:45 +01:00
index.html template: add RSS link to head of each page 2021-08-23 15:16:34 +02:00