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/_default/single.html')
-rw-r--r--layouts/_default/single.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index d9e2c21..c94f328 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.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">
@@ -16,9 +16,9 @@
<h1 class="article-title">{{ .Title }}</h1>
<time class="date-color">{{ .Date.Format "Mon Jan 2, 2006" }}</time>
<span class="separator">|</span>
- {{ partial "categories.html" . }}
+ {{ partial "post/categories.html" . }}
<span class="separator">|</span>
- {{ partial "tags.html" . }}
+ {{ partial "post/tags.html" . }}
</header>
<hr>
@@ -39,8 +39,8 @@
</div>
</div>
- {{ partial "js.html" . }}
+ {{ partial "core/js.html" . }}
</body>
-{{ partial "html-end.html" . }}
+{{ partial "core/html-end.html" . }}