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/index.html')
-rw-r--r--layouts/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/index.html b/layouts/index.html
index c20453b..429a671 100644
--- a/layouts/index.html
+++ b/layouts/index.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">
@@ -15,5 +15,5 @@
</div>
</div>
-{{ template "theme/partials/footer.html" . }}
-{{ template "theme/partials/tail.html" . }}
+{{ partial "footer.html" . }}
+{{ partial "tail.html" . }}