From 61fe58764cfa95ef558131396bfc21e1d9e69e2b Mon Sep 17 00:00:00 2001 From: Ludovic Court`es Date: Mon, 31 Jul 2006 08:28:44 +0000 Subject: HTML: Repeat document keywords in each file. * src/guile/skribilo/engine/html.scm (&html-generic-document): Lookup the `:keywords' option in `(ast-document n)' rather than `n'. git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-38 --- src/guile/skribilo/engine/html.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guile/skribilo/engine/html.scm b/src/guile/skribilo/engine/html.scm index f035133..f685703 100644 --- a/src/guile/skribilo/engine/html.scm +++ b/src/guile/skribilo/engine/html.scm @@ -1204,7 +1204,7 @@ (ident (string-append id "-meta")) (class (markup-class n)) (parent n) - (body (markup-option n :keywords)))) + (body (markup-option (ast-document n) :keywords)))) (head (new markup (markup '&html-head) (ident (string-append id "-head")) -- cgit v1.2.3