From 5fda4138bbfcf8c614ef77b6f10deadd74deb8b1 Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 10 Jul 2024 21:14:30 +0100 Subject: [PATCH] chore: Also hx-boost content links --- backend/src/main/kotlin/website/pages/docs/DocsPage.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/main/kotlin/website/pages/docs/DocsPage.kt b/backend/src/main/kotlin/website/pages/docs/DocsPage.kt index 85bcac1..829c3ed 100644 --- a/backend/src/main/kotlin/website/pages/docs/DocsPage.kt +++ b/backend/src/main/kotlin/website/pages/docs/DocsPage.kt @@ -324,6 +324,7 @@ private fun FlowContent.content(page: ProjectPage) { id = "content" classes = setOf("docs-content") + attributes["hx-boost"] = "true" unsafe { raw(page.content)