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-12 15:51:07 +0300
committerGitHub <noreply@github.com>2020-05-12 15:51:07 +0300
commit83869e0fc82356011bb155370d51a4ce3e6924c9 (patch)
treeee232b92be4bfdd0ec4fe4881da3e479872b3347 /layouts/_default/baseof.html
parent2ab3d976c0d4d65bde7a951168f919030e2d4369 (diff)
feat(analytics): update Google analytics.js to gtag.js (#349)
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 a196159..4bcabfd 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,3 +1,4 @@
+{{- .Scratch.Set "version" "0.2.7" -}}
{{- $version := "0.2.X" -}}
{{- /* LoveIt theme version detection */ -}}
@@ -10,7 +11,6 @@
{{- end -}}
{{- $params := .Params | merge .Site.Params.page -}}
-{{- .Scratch.Set "version" "0.2.6" -}}
{{- if eq hugo.Environment "production" -}}
{{- .Scratch.Set "cdn" .Site.Params.cdn -}}