diff options
author | Camil Staps | 2021-06-23 09:02:52 +0200 |
---|---|---|
committer | Camil Staps | 2021-06-23 09:02:52 +0200 |
commit | 73d6101f5a73d7499544eb7399bcc90acff53dea (patch) | |
tree | 4d0cc82f78bed86d7b28be259b5929cfbc670eda /resources/pug/include/layout-ham.pug | |
parent | Cleanup build infrastructure (diff) |
Simplify layout-sidebar
Diffstat (limited to 'resources/pug/include/layout-ham.pug')
-rw-r--r-- | resources/pug/include/layout-ham.pug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/pug/include/layout-ham.pug b/resources/pug/include/layout-ham.pug index 64199b7..1958c78 100644 --- a/resources/pug/include/layout-ham.pug +++ b/resources/pug/include/layout-ham.pug @@ -5,5 +5,5 @@ block title block append menu - var base_url = '/ham/' - +menuItem('home' == page, base_url, 'Home') - +menuItem('cw-decoder' == page, base_url + 'cw-decoder.html', 'CW Decoder') + +menuItem('', 'Home') + +menuItem('cw-decoder', 'CW Decoder') |