improve syntax
All checks were successful
ci/woodpecker/push/hugo-build Pipeline was successful

This commit is contained in:
Vri 🌈 2023-05-18 13:20:29 +02:00
parent 30b4ffa43d
commit 1424e36ba8
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -13,14 +13,14 @@
{{- define "main" }}
<main id="main">
<section id="general-description">
<div id="general-description">
<p id="websites-and-graphics">
{{ i18n "home-websites-and-graphics" | safeHTML }}
</p>
<p id="cozy-town">
{{ i18n "home-cozy-town" | safeHTML }}
</p>
</section>
</div>
{{ partial "moreposts.html" . }}
</main>
{{- end }}