(defn prepend "Prepends the values to the content of the selected element." [& values] #(assoc % :content (concat (flatten-nodes-coll values) (:content %))))
Comments top
No comments for prepend. Log in to add a comment.