Added filter section. It is being revealed if JS is enabled.

This commit is contained in:
Alexander Andreev 2022-08-31 08:08:32 +04:00
parent c8765cdb27
commit 79cab924c8
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,7 @@ extends base.pug
block head
link(href='/assets/css/mindflow.css' rel='stylesheet')
script(src='/assets/js/mindflow.js' defer='')
block nav
nav
@ -14,6 +15,11 @@ block nav
block content
p.center Here I post updates on websites and infrastructure, my very important opinions and thoughts no one asked for. If you'd like to subscribe to this bullshittery then #[a(href='rss.xml') RSS feed] at your service. :)
section#filter.hidden
p.center
button(name='all') All
button(name='update') Updates
button(name='diary') Diary
section
if (posts)
each post in posts