aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/gen.sh
diff options
context:
space:
mode:
authorMarvin Borner2023-11-11 23:52:05 +0100
committerMarvin Borner2023-11-11 23:52:05 +0100
commitbd1b6690c6847532e59841149b89bc7a8469f586 (patch)
tree4ed0d168bbee358fb648705dc675d6b1371ee528 /docs/gen.sh
parentff53e25945776668d12156193fa5bd7694055174 (diff)
Added basic syntax highlighting to wiki
Diffstat (limited to 'docs/gen.sh')
-rwxr-xr-xdocs/gen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gen.sh b/docs/gen.sh
index f79ce6b..7b5eb72 100755
--- a/docs/gen.sh
+++ b/docs/gen.sh
@@ -17,7 +17,7 @@ done
sed -e "s@LINKS@$links@g" index.template >std/index.html
-cp res/* content.js content.css index.css std/
+cp res/* code.js content.css index.css code.css std/
echo "std done"