Added a link to the diary section.
This commit is contained in:
parent
123d1e4193
commit
d9705cba89
@ -14,8 +14,10 @@ block nav
|
||||
block content
|
||||
p.center Here I post updates on websites and infrastructure, my very important opinions and thoughts. If you'd like to subscribe to this bullshittery then #[a(href="rss.xml") RSS feed] at your service. :)
|
||||
|
||||
p #[a(href='#diary') Go to Diary]
|
||||
|
||||
section
|
||||
h2 Updates
|
||||
h2#updates Updates
|
||||
if (updates)
|
||||
each update in updates
|
||||
article(id='update-'+mindflowDateToId(update.date, tz))
|
||||
@ -27,9 +29,9 @@ block content
|
||||
footer
|
||||
time(datetime=update.date)= date_(update.date, tz)
|
||||
else
|
||||
p.center No updates? There must be some... Looks like database isn't connected.
|
||||
p.center No updates? There must be some... Looks like database is offline.
|
||||
section
|
||||
h2 Diary
|
||||
h2#diary Diary
|
||||
if (diary)
|
||||
each entry in diary
|
||||
article(id='diary-'+mindflowDateToId(entry.date, tz))
|
||||
|
Loading…
Reference in New Issue
Block a user