Added filter section. It is being revealed if JS is enabled.
This commit is contained in:
parent
c8765cdb27
commit
79cab924c8
@ -2,6 +2,7 @@ extends base.pug
|
|||||||
|
|
||||||
block head
|
block head
|
||||||
link(href='/assets/css/mindflow.css' rel='stylesheet')
|
link(href='/assets/css/mindflow.css' rel='stylesheet')
|
||||||
|
script(src='/assets/js/mindflow.js' defer='')
|
||||||
|
|
||||||
block nav
|
block nav
|
||||||
nav
|
nav
|
||||||
@ -14,6 +15,11 @@ block nav
|
|||||||
block content
|
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. :)
|
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
|
section
|
||||||
if (posts)
|
if (posts)
|
||||||
each post in posts
|
each post in posts
|
||||||
|
Loading…
Reference in New Issue
Block a user