diff options
Diffstat (limited to 'views/layout.pug')
-rw-r--r-- | views/layout.pug | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/views/layout.pug b/views/layout.pug index 6beafb3..ac5eefc 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -6,7 +6,10 @@ html(lang="en") meta(name="viewport", content="width=device-width, initial-scale=1.0") title metamuffin.org script - include disable.js + if js + include evil.js + else + include disable.js body header h2 metamuffin |