Make links prettier

This commit is contained in:
Stavros Korokithakis
2021-11-20 17:22:59 +02:00
parent 012872d405
commit 0f91704180
8 changed files with 59 additions and 8 deletions

1
build
View File

@@ -14,6 +14,7 @@ else
./mdbook build -d public
fi
./move_html_to_dir public/
# Make checkboxes editable, just in case the user wants to keep their own checklist.
find public/ -name "*.html" -type f -exec sed -i 's/input disabled=""/input/g' {} +