Skip to content

Commit

Permalink
feat(authors): move authors below share links section
Browse files Browse the repository at this point in the history
  • Loading branch information
talha131 committed Jul 5, 2019
1 parent 2711aa0 commit b81555a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/article.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ <h1>{{ title }}</h1>
</div>
{% endif %}

{% from '_includes/article_author.html' import article_author with context %}
{{ article_author(article) }}
{% from '_includes/share_links.html' import share_links with context %}
{{ share_links(article) }}
{% from '_includes/article_author.html' import article_author with context %}
{{ article_author(article) }}
{% from '_includes/comments.html' import comments with context %}
{{ comments(article) }}
<hr/>
Expand Down

0 comments on commit b81555a

Please sign in to comment.