diff options
Diffstat (limited to 'tpl/index.pug')
-rw-r--r-- | tpl/index.pug | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tpl/index.pug b/tpl/index.pug index 98aec2e..f682c26 100644 --- a/tpl/index.pug +++ b/tpl/index.pug | |||
@@ -552,8 +552,9 @@ html | |||
552 | +slot('sidebar') | 552 | +slot('sidebar') |
553 | +menu(style={ 'min-width': '10em' }) | 553 | +menu(style={ 'min-width': '10em' }) |
554 | +menu-header= '#channel' | 554 | +menu-header= '#channel' |
555 | +menu-item(icon='bookmark', selected=true)= 'Bookmark' | 555 | +menu-item(icon='bookmark')= 'Bookmark' |
556 | +menu-item(icon='tags')= 'Tags' | 556 | +menu-item(icon='tags', selected=true)= 'Tags' |
557 | +menu-item(icon='hash')= 'achannel' | ||
557 | +slot('body') | 558 | +slot('body') |
558 | p.u-mt-0= loremIpsum | 559 | p.u-mt-0= loremIpsum |
559 | 560 | ||