diff options
Diffstat (limited to 'panupdate')
-rwxr-xr-x | panupdate | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ do echo "Saved "$file" to "$newfile pandoc -s --toc --toc-depth=6 \ --ascii -V toc-title:"Contents" \ + --css ../../static/main.css \ -f markdown-smart $file -t html -o $newfile python update_targets.py $newfile fi |