fix: formatting
This commit is contained in:
parent
d6b2c1a43e
commit
81c528e44f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ schema: books
|
|||
<p class="title"><strong>{{ book.title }}</strong></p>
|
||||
</a>
|
||||
{% if book.authors or book.categories %}
|
||||
<p class="sub-meta">{% if book.authors %}By {{ book.authors }}{% endif %}{% if book.categories %}{% if book.authors %} • {% endif %}<em>{{ book.categories }}</em>{% endif %}</p>
|
||||
<p class="sub-meta">{% if book.authors %}By {{ book.authors }}{% endif %}{% if book.categories %}{% if book.authors %} • {% endif %}{{ book.categories }}{% endif %}</p>
|
||||
{% endif %}
|
||||
{% if book.description %}<blockquote class="description">{{ book.description }}</blockquote>{% endif %}
|
||||
</div>
|
||||
|
|
Reference in a new issue