One last fixup (add br)

This commit is contained in:
HackerNCoder 2023-12-13 05:55:16 +01:00
parent 33f384c761
commit 8391126a40

View file

@ -10,7 +10,7 @@
<ul class="list-none"> <ul class="list-none">
{% for post in this.children %} {% for post in this.children %}
<li class="bib"> <li class="bib">
<span class="bib-title">{{ post.title }}</span> <span class="bib-title">{{ post.title }}</span><br>
{% if post.subtitle %}<span class="bib-small-txt">{{ post.subtitle }}</span><br>{% endif %} {% if post.subtitle %}<span class="bib-small-txt">{{ post.subtitle }}</span><br>{% endif %}
{% if post.author %}<span class="bib-small-txt">by {{ post.author }}</span><br>{% endif %} {% if post.author %}<span class="bib-small-txt">by {{ post.author }}</span><br>{% endif %}
{% if post.publisher %}<span class="bib-small-txt italics">Publisher: {{ post.publisher}}</span><br>{% endif %} {% if post.publisher %}<span class="bib-small-txt italics">Publisher: {{ post.publisher}}</span><br>{% endif %}