mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
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:
@@ -1,5 +1,4 @@
|
|||||||
@use "collections";
|
@use "collections";
|
||||||
@use "footer";
|
@use "footer";
|
||||||
@use "related";
|
@use "related";
|
||||||
@use "reward";
|
|
||||||
@use "toc";
|
@use "toc";
|
||||||
|
|||||||
@@ -8,5 +8,6 @@
|
|||||||
@use "gist";
|
@use "gist";
|
||||||
@use "mapbox";
|
@use "mapbox";
|
||||||
@use "mermaid";
|
@use "mermaid";
|
||||||
|
@use "reward";
|
||||||
@use "tabs";
|
@use "tabs";
|
||||||
@use "timeline";
|
@use "timeline";
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{{- hugo.Store.Set "version" "v1.0.0-mrj0ikh7" -}}
|
{{- hugo.Store.Set "version" "v1.0.0-mrkcvujg" -}}
|
||||||
{{- .Store.Set "this" dict -}}
|
{{- .Store.Set "this" dict -}}
|
||||||
|
|
||||||
{{- partial "init/detection-env.html" . -}}
|
{{- partial "init/detection-env.html" . -}}
|
||||||
|
|||||||
Reference in New Issue
Block a user