changement structure annuaires > reglage pb content

This commit is contained in:
pikselkraft 2020-06-16 12:38:50 +02:00 committed by Simon C
parent c9d2849419
commit d61e810cd5
2 changed files with 6 additions and 16 deletions

View File

@ -1,16 +1,6 @@
<!DOCTYPE html>
<html lang="{{ .Site.Language.Lang }}">
{{ partial "head.html" . }}
<body>
{{ partial "header.html" . }}
<main role="main" class="container__annuaires" id="content">
{{ define "main" }}
<div class="annuaires">
{{ .Content }}
</div>
{{ end }}
</main>
{{ partial "footer.html" . }}
{{ partial "js.html" . }}
</body>
</html>
{{ define "main" }}
{{ .Title }}
<div class="annuaires">
{{ .Content }}
</div>
{{ end }}