Rename default CSS

This commit is contained in:
Fabien Freling 2019-06-11 13:03:02 +02:00
parent 5d38e08010
commit 230a3bb9a1
3 changed files with 1 additions and 19 deletions

View file

@ -2,7 +2,7 @@
!pandoc = | &(root)/templates/footer.html |> pandoc --from markdown --to html \
--template=&(root)/templates/pandoc.html \
--variable=webRoot:&(root) \
--css &(root)/css/default.css \
--css &(root)/css/style.css \
--include-in-header=&(root)/templates/header.html \
--include-after-body=&(root)/templates/footer.html \
%f --output=%o \