Improved RSS template

This commit is contained in:
Caio Lente 2023-10-17 15:41:36 -03:00
parent 77893ccf46
commit bf804a0814
No known key found for this signature in database
GPG key ID: E66D381776EFC03A
4 changed files with 45 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{{ range .Site.Menus.main.ByWeight }}
<a href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
<a href="{{ relLangURL .Site.Params.blogPath }}/index.xml">RSS</a>
<a href='{{ absURL "index.xml" }}'>RSS</a>
<!-- Convert this page's translations into a dict -->
{{ $translations := dict }}