Adds english support
This commit is contained in:
parent
2e4cb039c6
commit
cfd5c44611
3 changed files with 31 additions and 11 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue