From 7a4549e0e6aac8e54edf477e9dc7209b8ee63501 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi <vicenzi.alexandre@gmail.com> Date: Mon, 15 Jun 2020 20:00:37 +0200 Subject: [PATCH] Remove extra spaces --- layouts/partials/footer.html | 8 ++++---- 1 file 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> © {{ $.Site.Params.Copyright }} {{ now.Format "2006"}} - {{ with $.Site.Params.License }} + {{ with $.Site.Params.License -}} · <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 - {{end}} + {{- end }} </div> </footer> -- GitLab