diff options
author | Volpeon <git@volpeon.ink> | 2021-04-02 12:50:09 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-04-02 12:50:09 +0200 |
commit | 58022e1bf4cfa8f827d23215ebbc32926140f817 (patch) | |
tree | c31f84622721b2d5a8723599369b2253c1173a01 /scripts | |
parent | Added atom, fixed rendering of some icons (diff) | |
download | iro-icons-58022e1bf4cfa8f827d23215ebbc32926140f817.tar.gz iro-icons-58022e1bf4cfa8f827d23215ebbc32926140f817.tar.bz2 iro-icons-58022e1bf4cfa8f827d23215ebbc32926140f817.zip |
Added box, browser, calendar-*, stopwatch, updated various icons
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build_showcase.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_showcase.sh b/scripts/build_showcase.sh index 402c5e4..d4dabec 100755 --- a/scripts/build_showcase.sh +++ b/scripts/build_showcase.sh | |||
@@ -28,7 +28,7 @@ icons=$(echo "$icons" | jq "sort_by(.title)") | |||
28 | 28 | ||
29 | echo "{ icons: $icons }" > "$meta_file" | 29 | echo "{ icons: $icons }" > "$meta_file" |
30 | 30 | ||
31 | pandoc "src/showcase/index.md" \ | 31 | echo "" | pandoc \ |
32 | -f markdown \ | 32 | -f markdown \ |
33 | -t html5 \ | 33 | -t html5 \ |
34 | --no-highlight \ | 34 | --no-highlight \ |