Skip to content

Commit a4cfcff

Browse files
committed
Added Author Names
1 parent df3d8e3 commit a4cfcff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_includes/main-loop-card.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ <h2 class="mb-1 h4 font-weight-bold">
1313
{% endfor %}
1414
</span>
1515
</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>
1624
<small class="text-muted">
1725
{{ post.date | date: '%b %d, %Y' }}
1826
</small>

0 commit comments

Comments
 (0)