@@ -362,7 +362,7 @@
(last child)
(let [{:keys [content children]} (last child)
page-name (subs content 2 (- (count content) 2))]
- (page-reference html-export? page-name (assoc config :children children) nil))))
+ (rum/with-key (page-reference html-export? page-name (assoc config :children children) nil) page-name))))
(if (and label
(string? label)
(not (string/blank? label))) ; alias
@@ -531,7 +531,7 @@
(def edit
[:svg.h-6.w-6
- {:stroke "currentColor", :viewbox "0 0 24 24", :fill "none"}
+ {:stroke "currentColor", :view-box "0 0 24 24", :fill "none"}
[:path
{:d
"M15.232 5.232l3.536 3.536m-2.036-5.036a2.5 2.5 0 113.536 3.536L6.5 21.036H3v-3.572L16.732 3.732z",