summaryrefslogtreecommitdiff
path: root/macros.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-11-15 01:42:04 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-11-15 01:42:04 +0100
commitb59e351174ad9c345410f56d895b6bd6be71217f (patch)
treea1d98f4b2f053c8a75819d3129d6439337e4d6d5 /macros.lisp
parent0b24d7e52d16d6c4937a34520f498704a3f026fd (diff)
Make extensive use of HTML-5 features.
Ignore-this: 4ed73224d3c5270a94790e7277c152a3 darcs-hash:5b218ec14749a788caa3ad011ac188b187ecf4b1
Diffstat (limited to 'macros.lisp')
-rw-r--r--macros.lisp5
1 files changed, 5 insertions, 0 deletions
diff --git a/macros.lisp b/macros.lisp
index b319c98..0b54aef 100644
--- a/macros.lisp
+++ b/macros.lisp
@@ -40,6 +40,11 @@
(emit-body body)
(emit-close-tag "html"))
+(yaclml::def-html-tag <article :core :i18n :event)
+(yaclml::def-html-tag <header :core :i18n :event)
+(yaclml::def-html-tag <footer :core :i18n :event)
+(yaclml::def-html-tag <time :core :i18n :event pubdate datetime)
+
(defmacro with-web-journal ((page-title &key canonical-uri) &body body)
`(call-with-web-journal ,page-title #'(lambda () ,@body) :canonical-uri ,canonical-uri))