X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=inline;f=2%2Fstdsite.lisp;fp=2%2Fstdsite.lisp;h=0870163a98806610741d9e6200d079b0ba9c13be;hb=1c1139ee65003c48c9b0f9ef554be77ebb3847fc;hp=49610e0eaa849a3504943ae72d729003e80104f7;hpb=bdb5b67ddd98be246d7f8c4787b4c655792884ad;p=lml.git diff --git a/2/stdsite.lisp b/2/stdsite.lisp index 49610e0..0870163 100644 --- a/2/stdsite.lisp +++ b/2/stdsite.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: stdsite.lisp,v 1.2 2003/06/20 04:46:54 kevin Exp $ +;;;; $Id: stdsite.lisp,v 1.3 2003/06/23 20:08:06 kevin Exp $ ;;;; ;;;; This file, part of LML2, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -45,8 +45,7 @@ (html ((:div :class "lastmod") (lml-format "Last modified: ~A" (date-string (file-write-date src-file))))))) - (when (probe-file "footer.lml_") - (lml-load "footer.lml_"))))) + (lml-load "footer.lml_")))) (defmacro std-body (file &body body)