This commit is contained in:
Sodbileg Gansukh
2023-07-31 12:58:56 +08:00
parent 467f1c3ece
commit c5a6870fcf
5 changed files with 21 additions and 11 deletions

View File

@@ -19,7 +19,9 @@
<p class="gh-card-tag">{{primary_tag.name}}</p>
{{/if}}
<h3 class="gh-card-title is-title">{{title}}</h3>
<p class="gh-card-excerpt is-body">{{excerpt}}</p>
{{#if excerpt}}
<p class="gh-card-excerpt is-body">{{excerpt}}</p>
{{/if}}
<footer class="gh-card-meta"><!--
-->{{#if @custom.show_author}}
<span class="gh-card-author">By {{#foreach authors}}{{#if @first}}{{name}}{{else}}, {{name}}{{/if}}{{/foreach}}</span>