chris-website/views/parts/menu.dt

15 lines
279 B
Plaintext
Raw Normal View History

2020-06-24 08:08:28 +00:00
- 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