summaryrefslogtreecommitdiffhomepage
path: root/resources/pug/include/layout-ham.pug
diff options
context:
space:
mode:
authorCamil Staps2017-03-18 16:25:19 +0100
committerCamil Staps2017-03-18 16:25:19 +0100
commit279e8273d381e5b67920e6bf47405dba18c90a35 (patch)
treed0fe6675b2e5465bc9baea65f1cd6fc2a94ba8a5 /resources/pug/include/layout-ham.pug
parentAdded note about bands (diff)
Move to pug instead of jade
Diffstat (limited to 'resources/pug/include/layout-ham.pug')
-rw-r--r--resources/pug/include/layout-ham.pug9
1 files changed, 9 insertions, 0 deletions
diff --git a/resources/pug/include/layout-ham.pug b/resources/pug/include/layout-ham.pug
new file mode 100644
index 0000000..ab080cf
--- /dev/null
+++ b/resources/pug/include/layout-ham.pug
@@ -0,0 +1,9 @@
+extends layout-sidebar.pug
+
+block title
+ | PD7LOL
+
+block append menu
+ - var base_url = '/ham/'
+ +menuItem('home' == page, base_url, 'Home')
+ +menuItem('cw-decoder' == page, base_url + 'cw-decoder.html', 'CW Decoder')