2020-06-24 08:08:28 +00:00
|
|
|
- void menuItem(string text, string link)
|
|
|
|
li
|
|
|
|
a(href="#{link}") #{text}
|
|
|
|
|
|
|
|
header
|
2020-06-24 13:53:18 +00:00
|
|
|
img.logo(src="/static/img/logo.png", alt="The logo of the website: the letter C drawn in an inprofessional manner with wobbley eyes on top")
|
2020-06-24 08:08:28 +00:00
|
|
|
p Chris's webstekkie
|
|
|
|
ul
|
|
|
|
- menuItem("home", "/");
|
|
|
|
- menuItem("posts", "/posts/");
|
|
|
|
- menuItem("projects", "/projects/");
|
|
|
|
|
|
|
|
footer
|
|
|
|
p ©Chris Josten, 2020
|