sajt/empty/.sajt/layouts/sidebar.pug
Artur Gurgul d086c1d493 WIP
2024-10-11 11:11:40 +02:00

10 lines
412 B
Text
Executable file

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
each page in pages.filter(it => it.hidden != true && it.title != undefined )
li
span »
a(href=page.url, style=(false ? "font-weight: bold;" : ""))= page.title