Update seo

This commit is contained in:
2026-02-20 06:23:07 +01:00
parent 32dccfc20c
commit e9913ebd5c
8 changed files with 27 additions and 9 deletions

View File

@@ -10,11 +10,11 @@
class="mx-auto flex max-w-2xl flex-col justify-between gap-16 lg:mx-0 lg:max-w-none lg:flex-row"
>
<div class="w-full lg:max-w-lg lg:flex-auto">
<h2
<h1
class="text-3xl font-semibold tracking-tight text-pretty text-gray-900 sm:text-4xl"
>
{{ news.title }}
</h2>
</h1>
{% if mainImage %}
<img
src="{{ mainImage.image.url }}"