Remove homepage link at matrts, it breaks the code
This commit is contained in:
parent
cfc7fa5161
commit
0a28331e05
@ -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}") {
|
||||
|
Loading…
Reference in New Issue
Block a user