Rebuild assets

This commit is contained in:
Sodbileg Gansukh
2022-08-12 22:06:11 +08:00
committed by Hannah Wolfe
parent 36d7c90fb6
commit 37cafc2391
4 changed files with 8 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -18,7 +18,9 @@
<footer class="gh-card-meta">
<span class="gh-card-duration">{{reading_time}}</span>
{{comment_count class="gh-card-comments"}}
{{#if @site.comments_enabled}}
{{comment_count class="gh-card-comments"}}
{{/if}}
{{^has visibility="public"}}
{{> icons/star}}
{{/has}}

View File

@@ -9,7 +9,9 @@
<footer class="gh-card-meta">
<time class="gh-card-date" datetime="{{date format="YYYY-MM-DD"}}">{{date}}</time>
<span class="gh-card-duration">{{reading_time}}</span>
{{comment_count class="gh-card-comments"}}
{{#if @site.comments_enabled}}
{{comment_count class="gh-card-comments"}}
{{/if}}
{{^has visibility="public"}}
{{> icons/star}}
{{/has}}