mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
chore: add .stash to ignore list
// ignore-for-release
This commit is contained in:
@@ -29,3 +29,4 @@ $RECYCLE.BIN/
|
||||
.directory
|
||||
|
||||
CHANGELOG.md
|
||||
.stash/
|
||||
|
||||
@@ -9,7 +9,11 @@
|
||||
|
||||
i.details-icon {
|
||||
color: var(#{$rootPrefix}global-font-secondary-color);
|
||||
@include transition(transform 0.2s ease);
|
||||
@include transition(all 0.2s ease);
|
||||
|
||||
&:hover {
|
||||
color: var(#{$rootPrefix}global-font-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{- hugo.Store.Set "version" "v0.4.1" -}}
|
||||
{{- hugo.Store.Set "version" "v0.4.2-20260108093145-c257b9b1" -}}
|
||||
{{- .Store.Set "this" dict -}}
|
||||
|
||||
{{- partial "init/detection-env.html" . -}}
|
||||
|
||||
Reference in New Issue
Block a user