8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2711aa0 commit b81555aCopy full SHA for b81555a
templates/article.html
@@ -73,10 +73,10 @@ <h1>{{ title }}</h1>
73
</div>
74
{% endif %}
75
76
- {% from '_includes/article_author.html' import article_author with context %}
77
- {{ article_author(article) }}
78
{% from '_includes/share_links.html' import share_links with context %}
79
{{ share_links(article) }}
+ {% from '_includes/article_author.html' import article_author with context %}
+ {{ article_author(article) }}
80
{% from '_includes/comments.html' import comments with context %}
81
{{ comments(article) }}
82
<hr/>
0 commit comments