Skip to content

Commit

Permalink
feat(authors): add line above authors section
Browse files Browse the repository at this point in the history
  • Loading branch information
talha131 committed Jul 5, 2019
1 parent b81555a commit 35a35b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/_includes/article_author.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{% macro article_author(article) %}
<div>
<hr />
{% for author in article.authors %}
{% if author|string in AUTHORS %}
<span class="author_blurb"><a href="{{ AUTHORS.get(author|string).url }}"><span class="author_name">{{ author }}</span></a> -
Expand Down

0 comments on commit 35a35b0

Please sign in to comment.