[WIP] refactor in progress

This commit is contained in:
Alexander Nozik 2024-01-04 19:06:08 +03:00
parent 1923a1d296
commit f65b537255

View File

@ -125,7 +125,7 @@ internal val bmk = HtmlSite {
header("major") {
h2 { +about.title }
}
htmlData(about)
fragment(about)
}
}
}