script typo

This commit is contained in:
jan6 2021-12-24 00:26:33 +02:00
parent 14d7ba1022
commit dd00b1faf0
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ done
echo "creating user list page.."
./users.sh|markdown|
if [ "$no_ext" = "1" ];then
sed -e 's|\(<a href="https://tilde.cafe/banned).html\(#.*\)\?">|\1\2">|g'
sed -e 's|\(<a href="https://tilde.cafe/banned\).html\(#.*\)\?">|\1\2">|g'
else cat;fi |
cat "$header" - "$footer_start" > dist/users.html
mdate "dist/users.html" "Last Generated: "|
@ -84,7 +84,7 @@ echo "creating index page.."
./users.sh|
cat src/index.md -|markdown|
if [ "$no_ext" = "1" ];then
sed -e 's|\(<a href="https://tilde.cafe/banned).html\(#.*\)\?">|\1\2">|g'
sed -e 's|\(<a href="https://tilde.cafe/banned\).html\(#.*\)\?">|\1\2">|g'
else cat;fi |
cat "$header" - "$footer_start" > dist/index.html
mdate "dist/index.html" "Last Generated: "|