Add header in pandoc template

This commit is contained in:
Fabien Freling 2019-06-10 21:51:04 +02:00
parent cb2faaf1d5
commit 4e6fb0d879
10 changed files with 17 additions and 1 deletions

View file

@ -2,6 +2,7 @@
pandoc --from markdown --to html \
--template=../../templates/pandoc.html \
--css ../../css/default.css \
--include-in-header=../../templates/header.html \
--include-before-body=../../templates/nav.html \
--include-after-body=../../templates/footer.html \
%f --output=%o \