Skip to content
Snippets Groups Projects

Author cards

Merged codecraft requested to merge author_cards into master
2 files
+ 2
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -21,9 +21,8 @@
@@ -21,9 +21,8 @@
<ul class="media-content is-align-self-center">
<ul class="media-content is-align-self-center">
<div class="title is-5">
<div class="title is-5">
{% for author in post.authors -%}
{% 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 %}
{% endfor %}
</div>
</div>
</ul>
</ul>
</div>
</div>
Loading