From 4ad955c204ed26cf16c82fbad63dbb335550daf0 Mon Sep 17 00:00:00 2001 From: panda-z Date: Fri, 11 Sep 2020 00:02:51 +0800 Subject: fix(layouts): add missing space for minify (#250) * fix(layouts): add missing space for minify * chore(*): update resources file --- layouts/partials/footer.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'layouts/partials') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 5cb72f4..a7955d1 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -43,10 +43,8 @@ {{ if ne .Site.Params.since $current -}} {{ .Site.Params.since }} - {{ end }} - {{- $current }} - - - - {{if .Site.Copyright }}{{ .Site.Copyright | safeHTML }}{{ else }}{{ .Site.Author.name | safeHTML }}{{ end }} + {{- $current -}} + {{if .Site.Copyright }}{{ .Site.Copyright | safeHTML }}{{ else }}{{ .Site.Author.name | safeHTML }}{{ end }} - \ No newline at end of file + -- cgit v1.2.3