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

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-10-14 16:14:15 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-10-14 16:14:15 +0300
commit86585e285cbbb3b619e7030f8bc73bc7e66a15db (patch)
tree14ce74207b1025b5098993d0810e44b2ac7bbfbf
parentf2144211bc61b23abede39120663e49fdc71aa64 (diff)
fix: partialCached to partial
-rw-r--r--layouts/_default/baseof.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 0e62ddc0..23adb75a 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -22,12 +22,12 @@
<div class="column is-8 is-offset-2">
{{ partialCached "check-tools" . }}
{{ partial "lang-button" . }}
- {{ partialCached "edit-button" . }}
+ {{ partial "edit-button" . }}
{{ block "main" . }}{{ end }}
</div>
</div>
</section>
- {{ partialCached "footer" . }}
+ {{ partial "footer" . }}
{{ end }}
{{ if $.Params.math }}
{{ partialCached "mathjax" . }}