summaryrefslogtreecommitdiffstats
path: root/examples/multilingual/layouts/story/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/multilingual/layouts/story/list.html')
-rw-r--r--examples/multilingual/layouts/story/list.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/multilingual/layouts/story/list.html b/examples/multilingual/layouts/story/list.html
index 0173244f7..a753577d5 100644
--- a/examples/multilingual/layouts/story/list.html
+++ b/examples/multilingual/layouts/story/list.html
@@ -1,5 +1,5 @@
-{{ template "chrome/head.html" . }}
-{{ template "chrome/header.html" . }}
+{{ partial "head.html" . }}
+{{ partial "header.html" . }}
{{ range .Site.Indexes.groups.news.Pages }}
<article class="post">
<header>
@@ -12,4 +12,4 @@
</footer>
</article>
{{ end }}
-{{ template "chrome/footer.html" . }} \ No newline at end of file
+{{ partial "footer.html" . }}