aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/commonmark.sh
diff options
context:
space:
mode:
Diffstat (limited to 'aux/workflow/commonmark.sh')
-rwxr-xr-xaux/workflow/commonmark.sh1
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"