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") {
|
div("inner") {
|
||||||
nav {
|
nav {
|
||||||
ul {
|
ul {
|
||||||
li {
|
|
||||||
a(href = "/"){
|
|
||||||
i("fa fa-home") {
|
|
||||||
attributes["aria-hidden"] = "true"
|
|
||||||
}
|
|
||||||
+"SPC"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
sections.forEach { section ->
|
sections.forEach { section ->
|
||||||
li {
|
li {
|
||||||
a(href = "#${section.id}") {
|
a(href = "#${section.id}") {
|
||||||
|
Loading…
Reference in New Issue
Block a user