diff --git a/assets/js/theme.js b/assets/js/theme.js index a64c10f1..fd0a2132 100644 --- a/assets/js/theme.js +++ b/assets/js/theme.js @@ -1361,6 +1361,12 @@ class FixIt { } catch (err) { console.error(err); } + console.log( + `%c FixIt ${this.config.version} %c https://github.com/hugo-fixit %c`, + `background: #FF735A;border:1px solid #FF735A; padding: 1px; border-radius: 2px 0 0 2px; color: #fff;`, + `border:1px solid #FF735A; padding: 1px; border-radius: 0 2px 2px 0; color: #FF735A;`, + 'background:transparent;' + ); } } diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html index e2f216be..9f5bc85e 100644 --- a/layouts/_partials/init/index.html +++ b/layouts/_partials/init/index.html @@ -1,4 +1,4 @@ -{{- hugo.Store.Set "version" "v0.4.0-alpha" -}} +{{- hugo.Store.Set "version" "v0.4.0-alpha-20250704082734-193fd193" -}} {{- .Store.Set "this" dict -}} {{- partial "init/detection-env.html" . -}}