diff options
author | Volpeon <git@volpeon.ink> | 2020-12-28 18:23:37 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2020-12-28 18:23:37 +0100 |
commit | 598b5e44aa2f949ac470a46a9c850d62211cec42 (patch) | |
tree | 33308c365aff0f4b129d6d73d9c4521d870cfbe7 /scripts | |
parent | Various small fixes, exclude raw ASCII fox from output (diff) | |
download | volpeon.ink-598b5e44aa2f949ac470a46a9c850d62211cec42.tar.gz volpeon.ink-598b5e44aa2f949ac470a46a9c850d62211cec42.tar.bz2 volpeon.ink-598b5e44aa2f949ac470a46a9c850d62211cec42.zip |
Improved CSS vars and scopes
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build_content.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build_content.sh b/scripts/build_content.sh index e3b97ea..feb3c0d 100755 --- a/scripts/build_content.sh +++ b/scripts/build_content.sh | |||
@@ -137,6 +137,7 @@ handle () { | |||
137 | --metadata "is$section" \ | 137 | --metadata "is$section" \ |
138 | --metadata-file metadata/metadata.yaml \ | 138 | --metadata-file metadata/metadata.yaml \ |
139 | --metadata-file "$subpages_meta_file" | 139 | --metadata-file "$subpages_meta_file" |
140 | # --lua-filter "filters/add_refs.lua" | ||
140 | 141 | ||
141 | rm "$subpages_meta_file" | 142 | rm "$subpages_meta_file" |
142 | else | 143 | else |