We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3d8e3 commit a4cfcffCopy full SHA for a4cfcff
_includes/main-loop-card.html
@@ -13,6 +13,14 @@ <h2 class="mb-1 h4 font-weight-bold">
13
{% endfor %}
14
</span>
15
</small>
16
+ <small class="d-block text-muted">
17
+ By <span class="catlist">
18
+ {% for a in post.authors %}
19
+ {% assign author = site.authors[a] %}
20
+ <a class="text-capitalize text-muted smoothscroll" href="{{ author.site }}">{{ author.name }}</a><span class="sep">, </span>
21
+ {% endfor %}
22
+ </span>
23
+ </small>
24
<small class="text-muted">
25
{{ post.date | date: '%b %d, %Y' }}
26
0 commit comments