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:
authoruPagge <upagge@mail.ru>2020-12-15 18:25:12 +0300
committeruPagge <upagge@mail.ru>2020-12-15 18:25:12 +0300
commit6912c09f6bf768badfbbaa35bd20390ef2d8569d (patch)
tree356043487d7d817757bc79ad227a94c32d560776 /layouts/partials
parentd50b52b3327b6aee89cc61359ab221d6554d9d6d (diff)
release-1.1.0v.1.1.0
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/init.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/init.html b/layouts/partials/init.html
index 8d8ee78..75162d2 100644
--- a/layouts/partials/init.html
+++ b/layouts/partials/init.html
@@ -1,7 +1,7 @@
-{{- .Scratch.Set "version" "0.2.10" -}}
+{{- .Scratch.Set "version" "1.1.0" -}}
{{- /* uBlogger theme version detection */ -}}
-{{- $VERSION := "0.2.X" -}}
+{{- $VERSION := "1.1.X" -}}
{{- if eq .Site .Sites.First -}}
{{- if not .Site.Params.version -}}
{{- errorf "Configuration Error 配置文件错误\n\nYou haven't configured the uBlogger version param correctly yet. See #basic-configuration\n你还没有正确配置 uBlogger 的版本参数. 参考 #basic-configuration\n" -}}