Remove homepage link at matrts, it breaks the code

This commit is contained in:
Alexander Nozik 2022-06-21 13:37:03 +03:00
parent cfc7fa5161
commit 0a28331e05

View File

@ -349,14 +349,6 @@ internal fun Application.spcMaster(context: Context, dataPath: Path, prefix: Str
div("inner") {
nav {
ul {
li {
a(href = "/"){
i("fa fa-home") {
attributes["aria-hidden"] = "true"
}
+"SPC"
}
}
sections.forEach { section ->
li {
a(href = "#${section.id}") {