2024-10-11 11:11:40 +02:00
|
|
|
nav
|
|
|
|
h2(style="font-size: 20px; margin: 0px;") Hi. I'm
|
|
|
|
a(href="/") Artur Gurgul
|
|
|
|
h2(style="font-size: 15px; margin-top: -0.5em;") and this is my notepad.
|
|
|
|
hr.hr-text(data-content="Contents")
|
|
|
|
ul#blog-posts.posts
|
2025-06-08 21:57:33 +02:00
|
|
|
each page in context.pages
|
2024-10-11 11:11:40 +02:00
|
|
|
li
|
|
|
|
span »
|
2025-06-08 21:57:33 +02:00
|
|
|
a(href=page.url, style=(page.isCurrent ? "font-weight: bold;" : ""))= page.title
|