Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/chipsenkbeil/grid-side.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/page/single.html')
-rw-r--r--layouts/page/single.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/layouts/page/single.html b/layouts/page/single.html
index feef779..5d933bc 100644
--- a/layouts/page/single.html
+++ b/layouts/page/single.html
@@ -1,15 +1,15 @@
-{{ partial "html-start.html" . }}
-{{ partial "head.html" . }}
+{{ partial "core/html-start.html" . }}
+{{ partial "core/head.html" . }}
<body class="page-colors minimum-viewport-height">
- {{ partial "main-menu.html" . }}
+ {{ partial "core/main-menu.html" . }}
<section class="main-content">
{{ .Content }}
</section>
- {{ partial "js.html" . }}
+ {{ partial "core/js.html" . }}
</body>
-{{ partial "html-end.html" . }}
+{{ partial "core/html-end.html" . }}