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:
Diffstat (limited to 'layouts/partials/init.html')
-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" -}}