15 lines
279 B
Plaintext
15 lines
279 B
Plaintext
|
- void menuItem(string text, string link)
|
||
|
li
|
||
|
a(href="#{link}") #{text}
|
||
|
|
||
|
header
|
||
|
img.logo(src="/static/img/logo.png")
|
||
|
p Chris's webstekkie
|
||
|
ul
|
||
|
- menuItem("home", "/");
|
||
|
- menuItem("posts", "/posts/");
|
||
|
- menuItem("projects", "/projects/");
|
||
|
|
||
|
footer
|
||
|
p ©Chris Josten, 2020
|