update css

This commit is contained in:
2022-09-06 11:55:51 -06:00
parent 62d3f5bd9a
commit 2ddb1aab5e
3 changed files with 68 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ function usage() {
}
[ ! -x "$(command -v sqlite3)" ] && echo "You need SQLite3 to run this" && exit 1
[ -z "$BLOG_DIR" ] && echo '$BLOG_DIR is not set' && usage
[ -z "$BLOG_DIR" ] && echo '$BLOG_DIR is not set! Defaulting to .' && BLOG_DIR="."
# params -> slug, title, content, date
function update_post() {