feat(adhesion): tmp adhesion

This commit is contained in:
Matthieu Bessat 2023-07-14 11:57:56 +02:00
parent 16aa9bd4bb
commit be64ca4110
16 changed files with 348 additions and 20 deletions

View file

@ -5,7 +5,8 @@
{{- block "head" . -}}{{ end }}
</head>
<body>
<body class="{{ with .Params.body_class }}{{ . }}{{ end }}">
{{ if or (not (isset .Params "with_normal_config")) .Params.with_normal_config }}
<div class="footer-push">
{{ if or (not (isset .Params "with_header")) .Params.with_header }}
{{ partial "header" . }}
@ -15,5 +16,8 @@
{{ if or (not (isset .Params "with_footer")) .Params.with_footer }}
{{ partial "footer" . }}
{{ end }}
{{ else }}
{{ block "main" . }}{{ end }}
{{ end }}
</body>
</html>