about summary refs log tree commit diff stats
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 98435c5..39a71c2 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,4 +1,4 @@
-{{ template "theme/partials/head.html" . }}
+{{ partial "head.html" . }}
 	<body class="theme-base-0b layout-reverse" itemscope itemtype="http://schema.org/BlogPosting">
 		<main class="content container" role="main">
 			<article class="post">
@@ -11,6 +11,6 @@
 				</main>
 			</article>
 		</main>
-{{ template "theme/partials/sidebar.html" . }}
+{{ partial "sidebar.html" . }}
 	</body>
 </html>