Use web root for navigation links
This commit is contained in:
parent
dfd1ce60f4
commit
a7d02ecabb
3 changed files with 10 additions and 1 deletions
|
@ -1,9 +1,9 @@
|
|||
&root = .
|
||||
!pandoc = | &(root)/templates/footer.html |> pandoc --from markdown --to html \
|
||||
--template=&(root)/templates/pandoc.html \
|
||||
--variable=webRoot:&(root) \
|
||||
--css &(root)/css/default.css \
|
||||
--include-in-header=&(root)/templates/header.html \
|
||||
--include-before-body=&(root)/templates/nav.html \
|
||||
--include-after-body=&(root)/templates/footer.html \
|
||||
%f --output=%o \
|
||||
|> %B.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue