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
add: add link to the feed to index
add: smarter rss template
* as per https://www.godo.dev/tutorials/hugo-full-text-rss/
Co-authored-by: surtur <a_mirre@utb.cz>
Reviewed-on: #21
Reviewed-by: dalahast <dalahast@noreply.git.dotya.ml>
Co-Authored-By: wanderer <wanderer@noreply.git.dotya.ml>
Co-Committed-By: wanderer <wanderer@noreply.git.dotya.ml>
revert: use hard tabs for consistency
fix: status page link title 'source code' --> 'service status'
Co-authored-by: surtur <a_mirre@utb.cz>
Reviewed-on: #8
* hugo v0.70.0 used
* link to the license is in the footer now
* RSS works as expected (was not before) due to semi-custom the site structure
* also fixed some whitespace inconsistencies in config.toml