diff options
author | Camil Staps | 2017-03-18 16:25:19 +0100 |
---|---|---|
committer | Camil Staps | 2017-03-18 16:25:19 +0100 |
commit | 279e8273d381e5b67920e6bf47405dba18c90a35 (patch) | |
tree | d0fe6675b2e5465bc9baea65f1cd6fc2a94ba8a5 /resources/pug/include/layout-ham.pug | |
parent | Added 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.pug | 9 |
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') |