Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/eliasson/liquorice.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/list.html')
-rw-r--r--layouts/_default/list.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 2bf0a20..2a621b4 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,5 +1,5 @@
-{{ template "theme/partials/head.html" . }}
-{{ template "theme/partials/header.html" . }}
+{{ partial "head.html" . }}
+{{ partial "header.html" . }}
<div class="container">
<div class="row">
@@ -17,5 +17,5 @@
</div>
</div>
-{{ template "theme/partials/footer.html" . }}
-{{ template "theme/partials/tail.html" . }}
+{{ partial "footer.html" . }}
+{{ partial "tail.html" . }}