diff options
author | Bill <bill@billserver.senders.io> | 2023-01-06 21:31:24 -0500 |
---|---|---|
committer | Bill <bill@billserver.senders.io> | 2023-01-06 21:32:35 -0500 |
commit | 7726e085be032884b855ae20f45a316460f93ec8 (patch) | |
tree | ef642634ac51826cebfa055cbf9331f48457004d /compile-md.sh | |
parent | d04f47c4e205343ffa4ef0c58f372c3d6ec0ad4d (diff) |
Published new blogs, RSS, and Music Blog!
Diffstat (limited to 'compile-md.sh')
-rwxr-xr-x | compile-md.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compile-md.sh b/compile-md.sh index 5b5580c..e0277eb 100755 --- a/compile-md.sh +++ b/compile-md.sh @@ -27,7 +27,7 @@ pclass=$(echo "$title" | tr [:upper:] [:lower:]) sed -i "s/PAGE_TITLE/$title/" $out # replace title sed -i "s/PAGE_CLASS/$pclass/" $out # replace class -markdown -f fencedcode $in >> $out +markdown -f fencedcode -f autolink $in >> $out if [ $1 == "blog" ]; then cat templates/blog-footer.html >> $out |