Skip to content

Commit e00aa68

Browse files
committed
Enable additional author attribution on home page
1 parent 6501082 commit e00aa68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</div><!-- /.entry-image -->
1818
{% endif %}
1919
<div class="entry-meta">
20-
<span class="entry-date date published updated"><time datetime="{{ post.date | date_to_xmlschema }}"><a href="{{ site.url }}{{ post.url }}">{{ post.date | date: "%B %d, %Y" }}</a></time></span><span class="author vcard"><span class="fn"><a href="{{ site.url }}/about/" title="About {{ site.owner.name }}">{{ site.owner.name }}</a></span></span>
20+
<span class="entry-date date published updated"><time datetime="{{ post.date | date_to_xmlschema }}"><a href="{{ site.url }}{{ post.url }}">{{ post.date | date: "%B %d, %Y" }}</a></time></span><span class="author vcard"><span class="fn"><a href="{{ site.url }}/about/" title="About {{ site.owner.name }}">{{ site.owner.name }}</a> {{ post.additional_authors }}</span></span>
2121
{% if site.reading_time %}
2222
<span class="entry-reading-time">
2323
<i class="fa fa-clock-o"></i>

0 commit comments

Comments
 (0)