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

Fix whitespace problems

parent 000e7d69
No related branches found
No related tags found
1 merge request!45Author cards
Pipeline #178682 passed
......@@ -21,9 +21,8 @@
<ul class="media-content is-align-self-center">
<div class="title is-5">
{% for author in post.authors -%}
<span class="is-text-nowrap">{{ authors_data[author].display_name }}</span>{% if not loop.last %},{% endif %}
<span class="is-text-nowrap">{{ authors_data[author].display_name }}</span>{% if not loop.last %}, {% endif %}
{% endfor %}
</div>
</ul>
</div>
<div class="card is-flex is-flex-direction-column is-fullheight is-justify-content-space-between ">
<div class="card is-flex is-flex-direction-column is-fullheight is-justify-content-space-between">
<div class="card-image">
<a href="{{ post.permalink }}">
<figure class="image is-4by3">
......
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