Add a {{{HEAD}}} hole to the planet template.
This commit is contained in:
parent
e24d11a03c
commit
42e66e35eb
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
(provide planet)
|
(provide planet)
|
||||||
(define planet
|
(define planet
|
||||||
@page[#:file "" #:link-title "PLaneT" #:window-title "{{{TITLE}}}"]{
|
@page[#:file "" #:link-title "PLaneT" #:window-title "{{{TITLE}}}"
|
||||||
|
#:extra-headers "{{{HEAD}}}"]{
|
||||||
@; This is a stub page to get the header for planet
|
@; This is a stub page to get the header for planet
|
||||||
{{{BODY}}}})
|
{{{BODY}}}})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user