convert landing content to layout

This commit is contained in:
Vri 🌈 2023-03-18 21:17:31 +01:00
parent 140abbc846
commit 51d70fc7e9
Signed by: vrifox
GPG key ID: D40098E5B60B2197
6 changed files with 24 additions and 11 deletions

View file

@ -13,6 +13,13 @@
{{- define "main" }}
<main id="main">
{{ .Content }}
<section 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>
</main>
{{- end }}