Remove extra spaces
This commit is contained in:
parent
01322efeb2
commit
7a4549e0e6
|
@ -2,12 +2,12 @@
|
||||||
<div>
|
<div>
|
||||||
© {{ $.Site.Params.Copyright }} {{ now.Format "2006"}}
|
© {{ $.Site.Params.Copyright }} {{ now.Format "2006"}}
|
||||||
|
|
||||||
{{ with $.Site.Params.License }}
|
{{ with $.Site.Params.License -}}
|
||||||
· <a href="{{ $.Site.Params.licenseURL }}" target="_blank">{{ . | safeHTML }}</a>
|
· <a href="{{ $.Site.Params.licenseURL }}" target="_blank">{{ . | safeHTML }}</a>
|
||||||
{{end}}
|
{{- end }}
|
||||||
|
|
||||||
{{ with $.Site.Params.BuiltWith }}
|
{{ with $.Site.Params.BuiltWith -}}
|
||||||
· Build with <a href="https://gohugo.io/" target="_blank">Hugo</a> & <a href="https://themes.gohugo.io/soho/" target="_blank">Soho</a> theme
|
· Build with <a href="https://gohugo.io/" target="_blank">Hugo</a> & <a href="https://themes.gohugo.io/soho/" target="_blank">Soho</a> theme
|
||||||
{{end}}
|
{{- end }}
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in New Issue