Skip to content
Snippets Groups Projects
Commit 4b439d80 authored by jan.bednarik's avatar jan.bednarik
Browse files

Fix elections 2021

parent e3cc515f
Branches
No related tags found
2 merge requests!820Fix elections 2021,!819Fix elections 2021
Pipeline #14487 passed
{% load wagtailcore_tags wagtailimages_tags %}
<article class="card card--hoveractive article-card article-card-pirati-stan {{ article.card_css_class }}">
<div class="article-card-cover">
<a href="{% pageurl article %}">
<a href="{{ article.get_url }}">
{% image article.image width-400 as img %}
<img src="{{ img.url }}" alt="{{ article.title }}">
</a>
......@@ -21,7 +21,7 @@
</div>
</div>
<div class="card__body article-card__body">
<a href="{% pageurl article %}">
<a href="{{ article.get_url }}">
<h1 class="card-headline mb-4">{{ article.title }}</h1>
</a>
<p class="card-body-text flex-grow">{{ article.perex }}</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment