Use relURLs
This commit is contained in:
parent
ee51627153
commit
15a1e63122
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
{{ range .Site.Menus.main.ByWeight }}
|
||||
<a href="{{ absLangURL .URL }}">{{ .Name }}</a>
|
||||
<a href="{{ relLangURL .URL }}">{{ .Name }}</a>
|
||||
{{ end }}
|
||||
<a href='mailto:{{ .Site.Params.email }}?subject={{ i18n "email-subject" }}"{{ default .Site.Title .Page.Title }}"'>Email</a>
|
||||
<a href="{{ .Site.Language.Params.params.blogPath }}/index.xml">RSS</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue