Removed the reference to handbook.css, that shouldn't be in there yet.
Turned html-manifest from #t to #f. This can be set to #t via an option to jade(1), but the reverse is not true.
This commit is contained in:
parent
cae59a0345
commit
6c56672923
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4136
1 changed files with 1 additions and 4 deletions
|
@ -18,9 +18,6 @@
|
|||
<![ %output.html; [
|
||||
<!-- Configure the stylesheet using documented variables -->
|
||||
|
||||
(define %stylesheet%
|
||||
"handbook.css")
|
||||
|
||||
(define %gentext-nav-use-tables%
|
||||
;; Use tables to build the navigation headers and footers?
|
||||
#t)
|
||||
|
@ -43,7 +40,7 @@
|
|||
|
||||
(define html-manifest
|
||||
;; Write a manifest?
|
||||
#t)
|
||||
#f)
|
||||
|
||||
<!-- This replaces the existing mechanism for showing verbatim
|
||||
blocks of text (programlistings, screens, and so forth.
|
||||
|
|
Loading…
Reference in a new issue