diff --git a/bin/compile.sh b/bin/compile.sh index c0a0aea..0f49363 100755 --- a/bin/compile.sh +++ b/bin/compile.sh @@ -34,7 +34,7 @@ function compile_rss() { } function munge_html() { - for FILE in "$TARGET"/*.html "$TARGET"/posts/*/*/*.html "$TARGET"/projects/*.html; do + for FILE in "$TARGET"/*.html "$TARGET"/posts/*/*/*.html "$TARGET"/posts/drafts/*.html "$TARGET"/projects/*.html; do [[ "${FILE##*/}" = "index.html" ]] && continue # make posts available without an .html extension