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/section/gallery.html')
-rw-r--r--layouts/section/gallery.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/layouts/section/gallery.html b/layouts/section/gallery.html
index e99c978..461ddba 100644
--- a/layouts/section/gallery.html
+++ b/layouts/section/gallery.html
@@ -1,16 +1,16 @@
-{{ 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">
{{ partial "gallery/collection.html" . }}
- {{ partial "pagination.html" . }}
+ {{ partial "extra/pagination.html" . }}
</section>
- {{ partial "js.html" . }}
+ {{ partial "core/js.html" . }}
</body>
-{{ partial "html-end.html" . }}
+{{ partial "core/html-end.html" . }}