mirror of
https://github.com/Damillora/Yuika
synced 2024-12-26 14:13:46 +00:00
fix: fix post card author being invisible
This commit is contained in:
parent
ab25d5b64b
commit
5fdf85ce7a
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
<link rel="stylesheet" type="text/css"
|
<link rel="stylesheet" type="text/css"
|
||||||
href="https://fonts.googleapis.com/css?family=Exo+2:300,400,500&display=swap" />
|
href="https://fonts.googleapis.com/css?family=Exo+2:300,400,500&display=swap" />
|
||||||
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/icon?family=Material+Icons&display=block" />
|
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
|
||||||
<link rel="stylesheet" type="text/css" href="{{asset "built/styles.css"}}" />
|
<link rel="stylesheet" type="text/css" href="{{asset "built/styles.css"}}" />
|
||||||
|
|
||||||
{{ghost_head}}
|
{{ghost_head}}
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
<div class="post-card__author-names">
|
<div class="post-card__author-names">
|
||||||
{{#has author="count:>2"}}Multiple authors{{else}}
|
{{#has author="count:>2"}}Multiple authors{{else}}
|
||||||
{{#foreach authors}}
|
{{#foreach authors}}
|
||||||
<a href="{{url}}" title="{{name}}" class="post-header__author-name">{{name}}</a>
|
<a href="{{url}}" title="{{name}}" class="post-card__author-name">{{name}}</a>
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
{{/has}}
|
{{/has}}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user