diff options
Diffstat (limited to 'aux/workflow/commonmark.sh')
-rwxr-xr-x | aux/workflow/commonmark.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aux/workflow/commonmark.sh b/aux/workflow/commonmark.sh index e9609c2..6b44358 100755 --- a/aux/workflow/commonmark.sh +++ b/aux/workflow/commonmark.sh @@ -14,4 +14,5 @@ pandoc --toc \ --metadata lang=en \ -r commonmark \ -w html \ + -H aux/workflow/favicon.html \ < "$F" > "public/${F%.*}.html" |