diff options
author | EuAndreh <eu@euandre.org> | 2021-09-20 22:30:37 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-09-20 22:33:29 -0300 |
commit | d365d73a5ca5438f57d48601cdcb334beebefec9 (patch) | |
tree | 6cb9773ab0c8e80a6e349d58012a991f95d625b7 /aux/workflow/commonmark.sh | |
parent | _tils/2020-09-05-pull-requests-with-git-the-old-school-way.md: Fix order of r... (diff) | |
download | euandre.org-d365d73a5ca5438f57d48601cdcb334beebefec9.tar.gz euandre.org-d365d73a5ca5438f57d48601cdcb334beebefec9.tar.xz |
aux/: Update
Diffstat (limited to '')
-rwxr-xr-x | aux/workflow/commonmark.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aux/workflow/commonmark.sh b/aux/workflow/commonmark.sh index 6f5e59b..39aacb4 100755 --- a/aux/workflow/commonmark.sh +++ b/aux/workflow/commonmark.sh @@ -39,4 +39,5 @@ pandoc \ --metadata "lang=$THE_LANG" \ -r commonmark \ -w html \ - -H aux/workflow/favicon.html + -H aux/workflow/favicon.html \ + -H aux/workflow/style.css |