Skip to content

Commit

Permalink
Minor layout tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tygern committed Apr 14, 2024
1 parent e575bba commit 4a35d1b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/kotlin/io/initialcapacity/streaming/Layout.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Layout : Template<HTML> {
useTag("/images/icons.svg#logo")
}
}
li { +"Streaming HTML" }
li { h1 { +"Streaming HTML" } }
}
}
footer {
Expand All @@ -45,10 +45,9 @@ class Layout : Template<HTML> {
}
}
span {
+"©"
script(type = ScriptType.textJavaScript) {
unsafe {
raw("document.write(new Date().getFullYear());")
raw("""document.write("©" + new Date().getFullYear());""")
}
}
+"Initial Capacity, Inc."
Expand Down

0 comments on commit 4a35d1b

Please sign in to comment.