summaryrefslogtreecommitdiffhomepage
path: root/resources/pug/include/layout-ham.pug
diff options
context:
space:
mode:
authorCamil Staps2021-06-23 09:02:52 +0200
committerCamil Staps2021-06-23 09:02:52 +0200
commit73d6101f5a73d7499544eb7399bcc90acff53dea (patch)
tree4d0cc82f78bed86d7b28be259b5929cfbc670eda /resources/pug/include/layout-ham.pug
parentCleanup build infrastructure (diff)
Simplify layout-sidebar
Diffstat (limited to 'resources/pug/include/layout-ham.pug')
-rw-r--r--resources/pug/include/layout-ham.pug4
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')