feat: Mise en place du site

This commit is contained in:
2021-06-12 01:58:10 +02:00
parent b60416834e
commit bbe2cf563e
89 changed files with 2203 additions and 1 deletions

11
layouts/sites/list.html Normal file
View File

@ -0,0 +1,11 @@
{{ define "main" }}
<section class="section container center">
<h1>{{ .Title }}</h1>
</section>
<section class="section secondary">
<div class="container">
{{ .Content }}
</div>
</section>
{{ partial "sites.html" . }}
{{ end }}