Skip to content
Snippets Groups Projects
Commit 6f6cfd61 authored by Štěpán Farka's avatar Štěpán Farka
Browse files

[FIX] article black bg

parent 394f2432
No related branches found
No related tags found
2 merge requests!617Release,!616Feature/main misc enhancements 2
Pipeline #9739 passed
{% load wagtailimages_tags %}
<div class="article-box {% if article.is_black %}dark-theme {% endif %}p-7 flex flex-col max-w-xl border border-grey-150 mb-8">
<div class="article-box {% if article_page.is_black %}dark-theme {% endif %}p-7 flex flex-col max-w-xl border border-grey-150 mb-8">
{% image article_page.image max-500x500 as image %}
<a href="{{ article_page.url }}">
<img
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment