diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 00af4c1..ca6ea59 100644 --- a/templates/base.html +++ b/templates/base.html @@ -53,8 +53,10 @@ {% for wword in art.watchwords %}{{ verses(wword) }}{% endfor %} {%- if art.readings %}<ul class="readings"> {% for read in art.readings %}<li>{{ read }}</li>{% endfor %} - </ul> -{% endif %} + </ul>{% endif %} + {%- if art.chronicles %}<ul class="chronicles"> + {% for chron in art.chronicles %}<li>{{ chron }}</li>{% endfor %} + </ul>{% endif %} </article> {%- endfor %} <footer class="acknowledgment"> |