diff options
author | EuAndreh <eu@euandre.org> | 2021-09-13 09:09:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-09-13 13:13:47 -0300 |
commit | 2937c4941ad24aa4c8550c85bb9e17a99fdd7b2a (patch) | |
tree | 2b408c8bffaa6a0608e4520ec9ff1323913cd84b /aux/workflow/commonmark.sh | |
parent | aux/workflow/style.css: Center the body and add a max-width (diff) | |
download | git-permalink-2937c4941ad24aa4c8550c85bb9e17a99fdd7b2a.tar.gz git-permalink-2937c4941ad24aa4c8550c85bb9e17a99fdd7b2a.tar.xz |
aux/workflow/commonmark.sh: Use the same style.css for all commonmark files
Diffstat (limited to 'aux/workflow/commonmark.sh')
-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 |