You've already forked Ghost-Theme-Source
Tag and author templates, design details
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
{{#if primary_tag}}
|
||||
<p class="gh-card-tag">{{primary_tag.name}}</p>
|
||||
{{/if}}
|
||||
<h3 class="gh-card-title" data-title>{{title}}</h3>
|
||||
<p class="gh-card-excerpt" data-body>{{excerpt}}</p>
|
||||
<footer class="gh-card-meta" data-body><!--
|
||||
<h3 class="gh-card-title is-title">{{title}}</h3>
|
||||
<p class="gh-card-excerpt is-body">{{excerpt}}</p>
|
||||
<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>
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user