Skip to content

Commit

Permalink
Update news_list.html
Browse files Browse the repository at this point in the history
  • Loading branch information
strafrecht-admin authored Aug 24, 2023
1 parent e5e9873 commit bd9b510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/blocks/widgets/news_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h3>{{ group.year }}</h3>
<div class="article-cards" style="display: flex; flex-direction: column;">
{% for article in group.articles %}
<div class="article-card">
<a href="{% routablepageurl article.articles_page 'article_by_date' 2020 10 10 article.slug %}">{{ article.title }}</a>
<a href="{% routablepageurl article.articles_page 'article_by_date' article.date.year article.date.month article.date.day article.slug %}">{{ article.title }}</a>
<div>
{% if article.author %}
<span class="meta">
Expand Down

0 comments on commit bd9b510

Please sign in to comment.