summaryrefslogtreecommitdiffstats
path: root/examples/blog/layouts/_default/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/blog/layouts/_default/single.html')
-rw-r--r--examples/blog/layouts/_default/single.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/blog/layouts/_default/single.html b/examples/blog/layouts/_default/single.html
index 29679d5af..13a53f666 100644
--- a/examples/blog/layouts/_default/single.html
+++ b/examples/blog/layouts/_default/single.html
@@ -1,6 +1,6 @@
-{{ template "chrome/header.html" . }}
+{{ partial "header.html" . }}
<body>
-{{ template "chrome/navbar.html" . }}
+{{ partial "navbar.html" . }}
<div class="container">
<div class="row">
<div class="col-md-9">
@@ -13,9 +13,9 @@
<!-- Sidebar -->
<div class="col-md-3">
- {{ template "chrome/menu.html" . }}
+ {{ partial "menu.html" . }}
</div>
</div>
-{{ template "chrome/footer.copyright.html" . }}
+{{ partial "footer.copyright.html" . }}
</div>
-{{ template "chrome/footer.html" . }} \ No newline at end of file
+{{ partial "footer.html" . }}