Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alexandrevicenzi/soho.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2020-06-15 21:00:37 +0300
committerAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2020-06-15 21:00:37 +0300
commit7a4549e0e6aac8e54edf477e9dc7209b8ee63501 (patch)
treee4b7f9e2bc918777049a0b9a2b5133d7dffcf4ff
parent01322efeb2c8b0521d66de459cbe3b9d71e1259e (diff)
Remove extra spaces
-rw-r--r--layouts/partials/footer.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 354fbd9..dbedee0 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -2,12 +2,12 @@
<div>
&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>
- {{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
- {{end}}
+ {{- end }}
</div>
</footer>