diff options
| author | panda-z <panda.hust@gmail.com> | 2020-09-11 00:02:51 +0800 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-11 00:02:51 +0800 | 
| commit | 4ad955c204ed26cf16c82fbad63dbb335550daf0 (patch) | |
| tree | ad1dae282c5e81c0b8743341c30d13457b43af2a /layouts/partials/footer.html | |
| parent | 439557fce42371dc297ce08e979367737b888749 (diff) | |
fix(layouts): add missing space for minify (#250)
* fix(layouts): add missing space for minify
* chore(*): update resources file
Diffstat (limited to 'layouts/partials/footer.html')
| -rw-r--r-- | layouts/partials/footer.html | 10 | 
1 files changed, 4 insertions, 6 deletions
| 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 }} -    <span class="heart"> -      <i class="iconfont icon-heart"></i> -    </span> -    <span class="author">{{if .Site.Copyright }}{{ .Site.Copyright | safeHTML }}{{ else }}{{ .Site.Author.name | safeHTML }}{{ end }}</span> +    {{- $current -}} +    <span class="heart"><i class="iconfont icon-heart"></i></span><!-- +    --><span>{{if .Site.Copyright }}{{ .Site.Copyright | safeHTML }}{{ else }}{{ .Site.Author.name | safeHTML }}{{ end }}</span>    </span> -</div>
\ No newline at end of file +</div> | 
