Added a link to the diary section.

This commit is contained in:
Alexander Andreev 2021-08-31 22:07:50 +04:00
parent 123d1e4193
commit d9705cba89
Signed by: Arav
GPG Key ID: 610DF2574456329F

View File

@ -14,8 +14,10 @@ block nav
block content 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.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 section
h2 Updates h2#updates Updates
if (updates) if (updates)
each update in updates each update in updates
article(id='update-'+mindflowDateToId(update.date, tz)) article(id='update-'+mindflowDateToId(update.date, tz))
@ -27,9 +29,9 @@ block content
footer footer
time(datetime=update.date)= date_(update.date, tz) time(datetime=update.date)= date_(update.date, tz)
else 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 section
h2 Diary h2#diary Diary
if (diary) if (diary)
each entry in diary each entry in diary
article(id='diary-'+mindflowDateToId(entry.date, tz)) article(id='diary-'+mindflowDateToId(entry.date, tz))