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/404.html')
-rw-r--r--layouts/404.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/layouts/404.html b/layouts/404.html
index ac24593..d6201d1 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,9 +1,9 @@
-{{ partial "html-start.html" . }}
+{{ partial "core/html-start.html" . }}
-{{ partial "head.html" . }}
+{{ partial "core/head.html" . }}
<body class="page-colors minimum-viewport-height">
- {{ partial "main-menu.html" . }}
+ {{ partial "core/main-menu.html" . }}
<div class="main-content">
<div class="center-space">
@@ -21,15 +21,15 @@
</section>
<section class="center-items large-form">
- {{ partial "search.html" . }}
+ {{ partial "core/search.html" . }}
</section>
</article>
</div>
</div>
</div>
- {{ partial "js.html" . }}
+ {{ partial "core/js.html" . }}
</body>
-{{ partial "html-end.html" . }}
+{{ partial "core/html-end.html" . }}