feat(adhesion): tmp adhesion
This commit is contained in:
parent
16aa9bd4bb
commit
be64ca4110
16 changed files with 348 additions and 20 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue