Improved RSS template
This commit is contained in:
parent
77893ccf46
commit
bf804a0814
4 changed files with 45 additions and 5 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue