remove zpadding

This commit is contained in:
Matthieu Bessat 2022-09-28 23:43:45 +02:00
parent 16137dce12
commit 325875a5c7
49 changed files with 63 additions and 2 deletions

3
layouts/404.html Normal file
View file

@ -0,0 +1,3 @@
{{ define "main" }}
<h1>Page non trouvé</h1>
{{ end }}

View file

@ -0,0 +1 @@
List of images tags

View file

@ -13,7 +13,7 @@
<path d="M6 9h-.01" />
</svg>
<ul>
{{ range .Params.tags }}
{{ range .Params.image_tags }}
<li><a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">{{ . }}</a></li>
{{ end }}
</ul>

View file

@ -1,10 +1,12 @@
{{ define "main" }}
<main>
<h1>Main page title</h1>
<h1>Reconstruison pierre après pierre...</h1>
{{/*
{{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }}
{{ range $paginator.Pages }}
{{ .Render "summary" }}
{{ end }}
{{ partial "pagination.html" . }}
*/}}
</main>
{{ end }}