summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/list.html4
-rw-r--r--layouts/_default/single.html4
-rw-r--r--layouts/index.html4
-rw-r--r--layouts/partials/head.html (renamed from layouts/chrome/head.html)0
-rw-r--r--layouts/partials/sidebar.html (renamed from layouts/chrome/sidebar.html)0
5 files changed, 6 insertions, 6 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 017c932..f93e73b 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,7 +1,7 @@
-{{ template "theme/chrome/head.html" . }}
+{{ template "theme/partials/head.html" . }}
<body>
-{{ template "theme/chrome/sidebar.html" . }}
+{{ template "theme/partials/sidebar.html" . }}
<div class="content container">
<ul class="posts">
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index a6f29b1..e0b2f94 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,7 +1,7 @@
-{{ template "theme/chrome/head.html" . }}
+{{ template "theme/partials/head.html" . }}
<body>
-{{ template "theme/chrome/sidebar.html" . }}
+{{ template "theme/partials/sidebar.html" . }}
<div class="content container">
<div class="post">
diff --git a/layouts/index.html b/layouts/index.html
index cb75c3b..320b975 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,7 +1,7 @@
-{{ template "theme/chrome/head.html" . }}
+{{ template "theme/partials/head.html" . }}
<body>
-{{ template "theme/chrome/sidebar.html" . }}
+{{ template "theme/partials/sidebar.html" . }}
<div class="content container">
<div class="posts">
diff --git a/layouts/chrome/head.html b/layouts/partials/head.html
index 4ddf0fa..4ddf0fa 100644
--- a/layouts/chrome/head.html
+++ b/layouts/partials/head.html
diff --git a/layouts/chrome/sidebar.html b/layouts/partials/sidebar.html
index b199a6b..b199a6b 100644
--- a/layouts/chrome/sidebar.html
+++ b/layouts/partials/sidebar.html