WIP
This commit is contained in:
parent
374e79cfb4
commit
d086c1d493
25 changed files with 2539 additions and 239 deletions
10
empty/.sajt/layouts/sidebar.pug
Executable file
10
empty/.sajt/layouts/sidebar.pug
Executable file
|
@ -0,0 +1,10 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue