sajt/empty/.sajt/layouts/sidebar.pug
2025-08-14 07:29:40 +00:00

10 lines
399 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 context.pages.filter(it => it.showInMenu)
li
span »
a(href=page.url, style=(page.isCurrent ? "font-weight: bold;" : ""))= page.title