DRAFT | new theme - minimage
This commit is contained in:
parent
5116fe4640
commit
ac8d9e7eb3
90 changed files with 15302 additions and 1 deletions
12
themes/minimage/layouts/_default/baseof.html
Normal file
12
themes/minimage/layouts/_default/baseof.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{{ partial "head" . }}
|
||||
|
||||
<body>
|
||||
{{ partial "header" . }}
|
||||
|
||||
<main class="c-main-content">
|
||||
{{ block "main" . }}{{ end }}
|
||||
</main>
|
||||
|
||||
{{ partial "footer" . }}
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue