Skip to content

Commit

Permalink
Add body-classes to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Jan 1, 2024
1 parent 67622ab commit 02317fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/doc/page.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
(:import-from #:40ants-doc
#:defsection)
(:import-from #:reblocks/page
#:body-classes
#:find-widget-by-id
#:page
#:init-page
Expand Down Expand Up @@ -84,7 +85,8 @@ then you should wrap all changing code in WITH-METADATA-LOCK macro.
(extend-page-expiration-by generic-function)
(max-pages-per-session generic-function)
(page-expire-in generic-function)


(body-classes generic-function)
(page-metadata function)
(extend-expiration-time function)
(current-page function)
Expand Down

0 comments on commit 02317fe

Please sign in to comment.