|
|
|
@ -6,9 +6,9 @@ |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
<small>{{ article.createdAt|date('F j Y') }}</small> |
|
|
|
<small>{{ article.createdAt|date('F j Y') }}</small> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{% set link = path('article-slug', {slug: article.slug}) %} |
|
|
|
{% set link = path('article-slug', {slug: article.slug|url_encode }) %} |
|
|
|
{% if cat and mag %} |
|
|
|
{% if cat and mag %} |
|
|
|
{% set link = path('magazine-category-article', {slug: article.slug, cat: cat, mag: mag}) %} |
|
|
|
{% set link = path('magazine-category-article', {slug: article.slug|url_encode, cat: cat, mag: mag}) %} |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
<a href="{{ link }}"> |
|
|
|
<a href="{{ link }}"> |
|
|
|
<div class="card-header"> |
|
|
|
<div class="card-header"> |
|
|
|
|