Skip to content
Snippets Groups Projects
Commit 839e6de6 authored by codecraft's avatar codecraft :crocodile:
Browse files

remove garbage test text from template post.html

parent f1b074a9
No related branches found
No related tags found
1 merge request!37Make figcaption visible
......@@ -16,7 +16,7 @@
<img src="{{ image.url }}" alt="{{ post.extra.depiction.alt }}" />
{% if post.extra.depiction.credits %}
<div class="caption">
<figcaption class="tag has-text-white has-background-black is-size-7 is-italic m-1">{{ post.extra.depiction.credits }} aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbb</figcaption>
<figcaption class="tag has-text-white has-background-black is-size-7 is-italic m-1">{{ post.extra.depiction.credits }}</figcaption>
</div>
{% endif %}
</figure>
......
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