Skip to content
Snippets Groups Projects
Commit c2f1b0e1 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'fix/spaces' into 'master'

Fix spaces

See merge request !52
parents d3e01e42 ee7e2ae8
No related branches found
No related tags found
1 merge request!52Fix spaces
Pipeline #179825 passed
......@@ -5,7 +5,7 @@
{% set image = resize_image(path="@/" ~ post.colocated_path ~ "/" ~ post.extra.depiction.image, width=800, height=600) -%}
<img src="{{ image.url }}" alt="{{ post.extra.depiction.alt }}" />
{% if post.extra.depiction.credits %}
<figcaption class="-1 has-text-white has-background-black is-size-7 is-italic">{{ post.extra.depiction.credits }}</figcaption>
<figcaption class="p-1 has-text-white has-background-black is-size-7 is-italic">{{ post.extra.depiction.credits }}</figcaption>
{% endif %}
</figure>
</a>
......
<p class="subtitle is-7">
<p class="subtitle is-7 py-2">
<span title="Veröffentlicht am"><i class="fa-solid fa-calendar-days"></i> {{ post.date }}</span> ·
<span title="Lesezeit"><i class="fa-solid fa-hourglass-start"></i> {{ post.reading_time }} min</span>
</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment