Skip to content

Commit

Permalink
- bugfix: fixed the :inline-js-and-css support at the experimental …
Browse files Browse the repository at this point in the history
…`make-hiccup` funciton
  • Loading branch information
daslu committed Sep 14, 2024
1 parent f84935c commit a953548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file. This change
- removed the `:fontsize` setting in the default config (as it interferred with revealjs slides)
- added support for hiding the ui header; server refactoring
- added support for HTML post-processing (experimental)
- bugfix: fixed the `:inline-js-and-css` support at the experimental `make-hiccup` funciton


## [2-beta15] - 2024-07-27
Expand Down
2 changes: 1 addition & 1 deletion src/scicloj/clay/v2/page.clj
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
(->> (concat from-the-web
from-local-copy
from-local-copy-of-repo)
(mapcat (include-inline js-or-css)))
(map (include-inline js-or-css)))
;; else
(concat
(some->> from-the-web
Expand Down

0 comments on commit a953548

Please sign in to comment.