Add header in pandoc template
This commit is contained in:
parent
cb2faaf1d5
commit
4e6fb0d879
10 changed files with 17 additions and 1 deletions
3
Tupfile
3
Tupfile
|
@ -2,7 +2,10 @@
|
|||
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 \
|
||||
|> %B.html
|
||||
|
||||
:foreach favicon.png |> !tup_preserve |>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue