Skip to content
Snippets Groups Projects
Commit 7a4549e0 authored by Alexandre Vicenzi's avatar Alexandre Vicenzi
Browse files

Remove extra spaces

parent 01322efe
No related branches found
No related tags found
No related merge requests found
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
<div> <div>
&copy; {{ $.Site.Params.Copyright }} {{ now.Format "2006"}} &copy; {{ $.Site.Params.Copyright }} {{ now.Format "2006"}}
{{ with $.Site.Params.License }} {{ with $.Site.Params.License -}}
&middot; <a href="{{ $.Site.Params.licenseURL }}" target="_blank">{{ . | safeHTML }}</a> &middot; <a href="{{ $.Site.Params.licenseURL }}" target="_blank">{{ . | safeHTML }}</a>
{{end}} {{- end }}
{{ with $.Site.Params.BuiltWith }} {{ with $.Site.Params.BuiltWith -}}
&middot; Build with <a href="https://gohugo.io/" target="_blank">Hugo</a> & <a href="https://themes.gohugo.io/soho/" target="_blank">Soho</a> theme &middot; 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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment