8000 feat(authors): move authors below share links section · Pelican-Elegant/elegant@b81555a · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit b81555a

Browse files
committed
feat(authors): move authors below share links section
1 parent 2711aa0 commit b81555a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/article.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ <h1>{{ title }}</h1>
7373
</div>
7474
{% endif %}
7575

76-
{% from '_includes/article_author.html' import article_author with context %}
77-
{{ article_author(article) }}
7876
{% from '_includes/share_links.html' import share_links with context %}
7977
{{ share_links(article) }}
78+
{% from '_includes/article_author.html' import article_author with context %}
79+
{{ article_author(article) }}
8080
{% from '_includes/comments.html' import comments with context %}
8181
{{ comments(article) }}
8282
<hr/>

0 commit comments

Comments
 (0)
0