Improve accessability (learned from lighthouse)
This commit is contained in:
parent
7d6bd0882f
commit
ad2bed1747
5 changed files with 12 additions and 8 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue