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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-05-03 06:06:10 +0300
committerGitHub <noreply@github.com>2020-05-03 06:06:10 +0300
commit09a7c953627dc6543cf6a1fc189d5c7604efec12 (patch)
treee75b7af855dd322c9181cecf6bf0323e7935b453 /layouts/_default/baseof.html
parent971eff815c8c1826a50ef85954714a429b96e990 (diff)
fix(search): theme.js error when search is disabled (#310)
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 0bcf434..b08da4a 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -10,7 +10,7 @@
{{- end -}}
{{- $params := .Params | merge .Site.Params.page -}}
-{{- .Scratch.Set "version" "0.2.4" -}}
+{{- .Scratch.Set "version" "0.2.5" -}}
{{- if eq hugo.Environment "production" -}}
{{- .Scratch.Set "cdn" .Site.Params.cdn -}}