mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2024-11-08 14:39:44 +00:00
fix(layouts): add missing space for minify (#250)
* fix(layouts): add missing space for minify * chore(*): update resources file
This commit is contained in:
parent
439557fce4
commit
4ad955c204
4 changed files with 8 additions and 9 deletions
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
.heart {
|
.heart {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
margin: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -43,10 +43,8 @@
|
||||||
{{ if ne .Site.Params.since $current -}}
|
{{ if ne .Site.Params.since $current -}}
|
||||||
{{ .Site.Params.since }} -
|
{{ .Site.Params.since }} -
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{- $current }}
|
{{- $current -}}
|
||||||
<span class="heart">
|
<span class="heart"><i class="iconfont icon-heart"></i></span><!--
|
||||||
<i class="iconfont icon-heart"></i>
|
--><span>{{if .Site.Copyright }}{{ .Site.Copyright | safeHTML }}{{ else }}{{ .Site.Author.name | safeHTML }}{{ end }}</span>
|
||||||
</span>
|
|
||||||
<span class="author">{{if .Site.Copyright }}{{ .Site.Copyright | safeHTML }}{{ else }}{{ .Site.Author.name | safeHTML }}{{ end }}</span>
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
File diff suppressed because one or more lines are too long
|
@ -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="}}
|
Loading…
Reference in a new issue