summaryrefslogtreecommitdiff
path: root/macros.lisp
diff options
context:
space:
mode:
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))