Skip to content
Snippets Groups Projects
Commit 58e887a1 authored by quido.zientek's avatar quido.zientek
Browse files

[FIX] TAG

parent 3810fc3e
Branches
No related tags found
3 merge requests!607Pirati.cz,!602[FEATURE + FIX],!575Feature/pirati cz
Pipeline #9580 passed
{% for article_page in article_data_list %}
<div class="flex flex-col justify-between items-start mb-9">
<div class="flex font-bold mb-4 text-xs text-white uppercase">
<span class="bg-green-500 mr-1 px-1">Duben 2022</span>
<span class="bg-violet-600 mr-1 px-1">#ENERGETIKA</span>
<span class="bg-green-500 mr-1 px-1">{{ article_page.date }}</span>
{% for tag in article_page.tags.all %}
<span class="bg-violet-600 mr-1 px-1">{{ tag }}</span>
{% endfor %}
</div>
<h4 class="head-3xl mb-4">
{{ article_page.title }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment