Move to double quotes

This commit is contained in:
C. Lente 2023-02-09 17:51:22 -03:00
parent 6d88b28c14
commit cba0246af9
No known key found for this signature in database
GPG key ID: B0B503C26E05781B
5 changed files with 13 additions and 12 deletions

View file

@ -25,8 +25,7 @@
</li>
{{ end }}
</ul>
{{ if .Data.Singular }}
{{else}}
{{ if not .Data.Singular }}
<div>
{{ range .Site.Taxonomies.tags }}
<a class="blog-tags" href="{{ .Page.Permalink }}">#{{ .Page.Title }}</a>&nbsp;&nbsp;

View file

@ -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 }}