diff --git a/src/main/kotlin/center/sciprog/bmkLanding.kt b/src/main/kotlin/center/sciprog/bmkLanding.kt index 7e14e6c..9fa38a3 100644 --- a/src/main/kotlin/center/sciprog/bmkLanding.kt +++ b/src/main/kotlin/center/sciprog/bmkLanding.kt @@ -125,7 +125,7 @@ internal val bmk = HtmlSite { header("major") { h2 { +about.title } } - htmlData(about) + fragment(about) } } }