diff --git a/assets/scss/pages/posts/_index.scss b/assets/scss/pages/posts/_index.scss index df9aeec0..c5488473 100644 --- a/assets/scss/pages/posts/_index.scss +++ b/assets/scss/pages/posts/_index.scss @@ -1,5 +1,4 @@ @use "collections"; @use "footer"; @use "related"; -@use "reward"; @use "toc"; diff --git a/assets/scss/pages/shared/shortcodes/_index.scss b/assets/scss/pages/shared/shortcodes/_index.scss index 0f22a77a..8677aa4a 100644 --- a/assets/scss/pages/shared/shortcodes/_index.scss +++ b/assets/scss/pages/shared/shortcodes/_index.scss @@ -8,5 +8,6 @@ @use "gist"; @use "mapbox"; @use "mermaid"; +@use "reward"; @use "tabs"; @use "timeline"; diff --git a/assets/scss/pages/posts/_reward.scss b/assets/scss/pages/shared/shortcodes/_reward.scss similarity index 100% rename from assets/scss/pages/posts/_reward.scss rename to assets/scss/pages/shared/shortcodes/_reward.scss diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html index 20258592..9a45e2e6 100644 --- a/layouts/_partials/init/index.html +++ b/layouts/_partials/init/index.html @@ -1,4 +1,4 @@ -{{- hugo.Store.Set "version" "v1.0.0-mrj0ikh7" -}} +{{- hugo.Store.Set "version" "v1.0.0-mrkcvujg" -}} {{- .Store.Set "this" dict -}} {{- partial "init/detection-env.html" . -}}