Skip to content

Commit

Permalink
#2841 fixed the clean theme article list include.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrbyers committed Jul 22, 2022
1 parent 473705e commit 724a1cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h3>{% trans "Biography" %}</h3>
<h3>{% trans "Publications" %}</h3>
<hr />
{% for article in user.published_articles %}
{% include "elements/journal/box_article.html" with article=article %}
{% include "elements/article_listing.html" with article=article %}
<hr />
{% endfor %}
{% endif %}
Expand Down

0 comments on commit 724a1cd

Please # to comment.