Add grid-side theme
This commit is contained in:
15
themes/grid-side/layouts/partials/page/single.html
Normal file
15
themes/grid-side/layouts/partials/page/single.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{{ partial "core/html-start.html" . }}
|
||||
{{ partial "core/head.html" . }}
|
||||
|
||||
<body class="page-colors minimum-viewport-height">
|
||||
{{ partial "core/main-menu.html" . }}
|
||||
|
||||
<section class="main-content">
|
||||
{{ .Content }}
|
||||
</section>
|
||||
|
||||
{{ partial "core/js.html" . }}
|
||||
</body>
|
||||
|
||||
{{ partial "core/html-end.html" . }}
|
||||
|
Reference in New Issue
Block a user