|
@@ -3176,7 +3176,7 @@
|
|
|
[block
|
|
[block
|
|
|
(when ast-title
|
|
(when ast-title
|
|
|
(if (seq ast-title)
|
|
(if (seq ast-title)
|
|
|
- (->elem :span.inline-wrap (map-inline config ast-title))
|
|
|
|
|
|
|
+ (->elem :span (map-inline config ast-title))
|
|
|
(->elem :div (markup-elements-cp config ast-body))))]))))
|
|
(->elem :div (markup-elements-cp config ast-body))))]))))
|
|
|
breadcrumbs (->> (into [] parents-props)
|
|
breadcrumbs (->> (into [] parents-props)
|
|
|
(concat [page-name-props] (when more? [:more]))
|
|
(concat [page-name-props] (when more? [:more]))
|