Move to double quotes
This commit is contained in:
parent
6d88b28c14
commit
cba0246af9
5 changed files with 13 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
{{ range .Site.Menus.main.ByWeight }}
|
||||
<a href="{{ .URL | absLangURL }}">{{ .Name }}</a>
|
||||
{{ end }}
|
||||
<a href="mailto:{{ .Site.Params.email }}?subject={{ i18n "email-subject" }}'{{ .Page.Title | default .Site.Title }}'">Email</a>
|
||||
<a href='mailto:{{ .Site.Params.email }}?subject={{ i18n "email-subject" }}"{{ .Page.Title | default .Site.Title }}"'>Email</a>
|
||||
<a href="/index.xml">RSS</a>
|
||||
{{ $pageLang := .Page.Lang }}
|
||||
{{ if .IsTranslated }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue