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-01 11:23:17 +0300
committerGitHub <noreply@github.com>2020-05-01 11:23:17 +0300
commit5b689bf29b6a74f1f26eecfae5cdeecbf45ab96c (patch)
treea02f7892dc543e1f55a8bd774dd5f0a4ffb7b46a /layouts/_default/baseof.html
parent79df5c667ec596ac0137e1deefe8e94eef585923 (diff)
fix(title): terms title error and change delimiter from "|" to "-" (#299)
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 dbc854b..0bcf434 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.3" -}}
+{{- .Scratch.Set "version" "0.2.4" -}}
{{- if eq hugo.Environment "production" -}}
{{- .Scratch.Set "cdn" .Site.Params.cdn -}}