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

Remove reduntant `class=""`

parent f6403101
No related branches found
No related tags found
1 merge request!37Make figcaption visible
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<figure> <figure>
{% set image = resize_image(path="@/" ~ post.colocated_path ~ "/" ~ post.extra.depiction.image, width=800, height=600) -%} {% set image = resize_image(path="@/" ~ post.colocated_path ~ "/" ~ post.extra.depiction.image, width=800, height=600) -%}
<div class="image is-4by3"> <div class="image is-4by3">
<img class="" src="{{ image.url }}" alt="{{ post.extra.depiction.alt }}" /> <img src="{{ image.url }}" alt="{{ post.extra.depiction.alt }}" />
</div> </div>
{% if post.extra.depiction.credits %} {% if post.extra.depiction.credits %}
<figcaption>{{ post.extra.depiction.credits }}</figcaption> <figcaption>{{ post.extra.depiction.credits }}</figcaption>
......
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