mirror of
https://github.com/aljazceru/Journal-ghost.git
synced 2026-01-13 02:04:22 +01:00
Rebuild assets
This commit is contained in:
committed by
Hannah Wolfe
parent
36d7c90fb6
commit
37cafc2391
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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}}
|
||||
|
||||
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user