Skip to content

Commit

Permalink
chore: Also hx-boost content links
Browse files Browse the repository at this point in the history
  • Loading branch information
LichtHund committed Jul 10, 2024
1 parent 99a4c82 commit 5fda413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/main/kotlin/website/pages/docs/DocsPage.kt
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ private fun FlowContent.content(page: ProjectPage) {

id = "content"
classes = setOf("docs-content")
attributes["hx-boost"] = "true"

unsafe {
raw(page.content)
Expand Down

0 comments on commit 5fda413

Please sign in to comment.