Improve accessability (learned from lighthouse)

This commit is contained in:
Tobias Reisinger 2021-08-08 13:51:33 +02:00
parent 7d6bd0882f
commit ad2bed1747
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 12 additions and 8 deletions

View file

@ -36,6 +36,7 @@
<hr class="mb-4">
{% set news_page = pages.find('/news') %}
{% if news_page and news_page.collection() and news_page.collection()|first %}
<h2>Letzte Neuigkeit</h2>
{% set text_class = 'col-12' %}
{% set news_latest = news_page.collection()|first %}
<div class="row">