1
0
forked from nat/webbed-site

add footer support, make include script

This commit is contained in:
gnat
2024-07-28 11:12:01 -07:00
parent 2e2daaf6a2
commit a6427320c0
19 changed files with 43 additions and 22 deletions

3
scripts/include Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
python3 -u -c "import utils; print(utils.parse_file('$1'))" | sed 's/\$PREV_URL\$/"{prev}"/'