From d9705cba894888772df7c3295870b56dbf694711 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 31 Aug 2021 22:07:50 +0400 Subject: [PATCH] Added a link to the diary section. --- homepage/views/mindflow.pug | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/homepage/views/mindflow.pug b/homepage/views/mindflow.pug index d8239ee..62cddb9 100644 --- a/homepage/views/mindflow.pug +++ b/homepage/views/mindflow.pug @@ -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))