Add a {{{HEAD}}} hole to the planet template.

This commit is contained in:
Eli Barzilay 2010-06-10 00:08:45 -04:00
parent e24d11a03c
commit 42e66e35eb

View File

@ -4,6 +4,7 @@
(provide 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
{{{BODY}}}})