fix(assets): move reward shortcode styles to shared shortcodes

The reward SCSS was under pages/posts/ so it only loaded on post pages.
Moving it to pages/shared/shortcodes/ makes it available on all page types
(e.g. community page).
This commit is contained in:
Cell
2026-07-14 15:54:55 +08:00
parent e6625fb118
commit d81d1a0ff4
4 changed files with 2 additions and 2 deletions
-1
View File
@@ -1,5 +1,4 @@
@use "collections";
@use "footer";
@use "related";
@use "reward";
@use "toc";
@@ -8,5 +8,6 @@
@use "gist";
@use "mapbox";
@use "mermaid";
@use "reward";
@use "tabs";
@use "timeline";
+1 -1
View File
@@ -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" . -}}