Adds english support

This commit is contained in:
Miguel de la Cruz 2024-01-08 16:25:12 +01:00
parent 2e4cb039c6
commit cfd5c44611
3 changed files with 31 additions and 11 deletions

View file

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