=== modified file 'render_files'
--- old/render_files 2021-12-20 21:42:44 +0000
+++ new/render_files 2017-11-20 23:17:34 +0000
@@ -9,9 +9,9 @@
printf "%s\n" \
'' \
'
'$1'' '' &&
- pygmentize -g -f html -O linenos=table,lineanchors=L,anchorlinenos=True raw/"$1" &&
+ pygmentize-2 -g -f html -O linenos=table,lineanchors=L,anchorlinenos=True raw/"$1" &&
printf "%s\n" ''
} > head/.tmp.html &&
touch -r raw/"$1" head/.tmp.html && \