convert landing content to layout
This commit is contained in:
parent
140abbc846
commit
51d70fc7e9
6 changed files with 24 additions and 11 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue