Skip to content

Commit

Permalink
fix(layouts): add missing space for minify (#250)
Browse files Browse the repository at this point in the history
* fix(layouts): add missing space for minify

* chore(*): update resources file
  • Loading branch information
panda-z authored Sep 10, 2020
1 parent 439557f commit 4ad955c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
3 changes: 2 additions & 1 deletion assets/sass/_partial/_footer/_copyright.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

.heart {
font-size: 14px;
margin: 4px;
}
}
}
}
10 changes: 4 additions & 6 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
</div>

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Target":"sass/main.min.8c3cbcb0324c2bb4875ceccba4007cbad4b4ac8377f33af9953c3e7684534a50.css","MediaType":"text/css","Data":{"Integrity":"sha256-jDy8sDJMK7SHXOzLpAB8utS0rIN38zr5lTw+doRTSlA="}}
{"Target":"sass/main.min.b5a744db6de49a86cadafb3b70f555ab443f83c307a483402259e94726b045ff.css","MediaType":"text/css","Data":{"Integrity":"sha256-tadE223kmobK2vs7cPVVq0Q/g8MHpINAIlnpRyawRf8="}}

0 comments on commit 4ad955c

Please sign in to comment.