~will-clarke/super-simple-static-site-generator

8cd3e2ba08d1254c6189097fbf99f089d6f8f925 — William Clarke 2 years ago 0942572
Fix CSS
1 files changed, 1 insertions(+), 1 deletions(-)

M ssssg
M ssssg => ssssg +1 -1
@@ 37,7 37,7 @@ main() {

    generate_rss_feed > dst/index.xml

    cp -r src/css dst/css
    cp -r src/css/ dst/css/

    echo "Generated $(find dst | wc -l) files"
}