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

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweru <fromweru@gmail.com>2022-05-15 00:04:10 +0300
committerweru <fromweru@gmail.com>2022-05-15 00:04:10 +0300
commit906ee658ed2c0ea92e6a23e5e6c5656d3e06fb42 (patch)
tree85c1523884eef6207cd3d0cfe20f543823a1b27e
parent4f2035efaaa9180ae5bce43ab8a62f3d14d029c2 (diff)
stop caching search widget
Signed-off-by: weru <fromweru@gmail.com>
-rw-r--r--layouts/partials/sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index edf5a2a..1413491 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -2,7 +2,7 @@
<aside class="sidebar">
<section class="sidebar_inner">
<br>
- {{ partialCached "search/widget" . }}
+ {{ partial "search/widget" . }}
{{- $introDescription := $s.introDescription }}
{{- with .Params.introDescription }}
{{- $introDescription = . }}