This commit is contained in:
parent
30b4ffa43d
commit
1424e36ba8
1 changed files with 2 additions and 2 deletions
|
@ -13,14 +13,14 @@
|
||||||
|
|
||||||
{{- define "main" }}
|
{{- define "main" }}
|
||||||
<main id="main">
|
<main id="main">
|
||||||
<section id="general-description">
|
<div id="general-description">
|
||||||
<p id="websites-and-graphics">
|
<p id="websites-and-graphics">
|
||||||
{{ i18n "home-websites-and-graphics" | safeHTML }}
|
{{ i18n "home-websites-and-graphics" | safeHTML }}
|
||||||
</p>
|
</p>
|
||||||
<p id="cozy-town">
|
<p id="cozy-town">
|
||||||
{{ i18n "home-cozy-town" | safeHTML }}
|
{{ i18n "home-cozy-town" | safeHTML }}
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</div>
|
||||||
{{ partial "moreposts.html" . }}
|
{{ partial "moreposts.html" . }}
|
||||||
</main>
|
</main>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue