From: Kevin M. Rosenberg Date: Tue, 7 Nov 2006 06:29:48 +0000 (+0000) Subject: r11291: add _final.lml processing X-Git-Tag: v2.5.5~9 X-Git-Url: http://git.kpe.io/?p=lml.git;a=commitdiff_plain;h=c3bc141aaa4c8e0e0c4c39b09a4a1a5c1982fc3d r11291: add _final.lml processing --- diff --git a/debian/changelog b/debian/changelog index 1965c30..2cfbe5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-lml (2.5.4-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Mon, 6 Nov 2006 23:29:29 -0700 + cl-lml (2.5.3-2) unstable; urgency=low * New upstream URI diff --git a/stdsite.lisp b/stdsite.lisp index f3598db..a322811 100644 --- a/stdsite.lisp +++ b/stdsite.lisp @@ -56,7 +56,8 @@ (lml-load "contents.lml_")) (td :valign "top" ,@body - (std-footer ,file))))))) + (std-footer ,file))))) + (lml-load "final.lml_"))) (defmacro print-std-page (file title &body body)