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
3 files changed, 6 insertions, 6 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index b911013..f19a26f 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,7 +1,7 @@
-{{ template "theme/partials/head.html" . }}
+{{ partial "head.html" . }}
<body>
- {{ template "theme/partials/sidebar.html" . }}
+{{ partial "sidebar.html" . }}
<div class="content container">
<ul class="posts">
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index e0b2f94..61d009d 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,7 +1,7 @@
-{{ template "theme/partials/head.html" . }}
+{{ partial "head.html" . }}
<body>
-{{ template "theme/partials/sidebar.html" . }}
+{{ partial "sidebar.html" . }}
<div class="content container">
<div class="post">
diff --git a/layouts/index.html b/layouts/index.html
index b8c9d65..b26cdf5 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,7 +1,7 @@
-{{ template "theme/partials/head.html" . }}
+{{ partial "head.html" . }}
<body>
-{{ template "theme/partials/sidebar.html" . }}
+{{ partial "sidebar.html" . }}
<div class="content container">
<div class="posts">