chore: consistent formatting

This commit is contained in:
Cory Dransfeldt 2024-06-13 16:22:46 -07:00
parent 11d0fe4923
commit 433905c260
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ schema: genre
<hr class="large-spacing" />
{%- if genre.description -%}
<div data-toggle-content class="text-toggle-hidden">
<em>{{ genre.description | markdown }}</em>
{{ genre.description | markdown }}
<p><a href="{{ genre.wiki_link }}">Continue reading at Wikipedia.</a></p>
<p class="text-small"><em>Wikipedia content provided under the terms of the <a href="https://creativecommons.org/licenses/by-sa/3.0/">Creative Commons BY-SA license</a></em></p>
</div>