Format album description like a photo description
This commit is contained in:
parent
1c32d08ab8
commit
8f565f3286
|
@ -5,7 +5,7 @@
|
|||
<h1>Album: {{ album }}</h1>
|
||||
|
||||
{% if markdown %}
|
||||
{{ markdown|safe }}<p>
|
||||
<div class="photo-description">{{ markdown|safe }}</div><p>
|
||||
{% endif %}
|
||||
|
||||
{% if album_info["format"] == "vertical" %}
|
||||
|
@ -58,4 +58,4 @@
|
|||
</ul>
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user