10 lines
371 B
Text
Executable file
10 lines
371 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
|
|
li
|
|
span »
|
|
a(href=page.url, style=(page.isCurrent ? "font-weight: bold;" : ""))= page.title
|