diff options
author | metamuffin <yvchraiqi@protonmail.com> | 2022-06-07 15:44:01 +0200 |
---|---|---|
committer | metamuffin <yvchraiqi@protonmail.com> | 2022-06-07 15:44:01 +0200 |
commit | 60dd085449ac3d1e89f31b8845062c82889e6e2b (patch) | |
tree | 4076598932ad3cea3cd61768b989727b61ef78b9 /views/layout.pug | |
parent | 7ee47e2fa0eff925c955a857cbd481a71e3d327b (diff) | |
download | metamuffin-website-60dd085449ac3d1e89f31b8845062c82889e6e2b.tar metamuffin-website-60dd085449ac3d1e89f31b8845062c82889e6e2b.tar.bz2 metamuffin-website-60dd085449ac3d1e89f31b8845062c82889e6e2b.tar.zst |
changed disable.js once again
Diffstat (limited to 'views/layout.pug')
-rw-r--r-- | views/layout.pug | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/layout.pug b/views/layout.pug index 6f30818..47c4ee2 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -1,5 +1,7 @@ doctype html // SPDX-License-Identifier: AGPL-3.0-only +// Author: metamuffin +// Source: https://codeberg.org/metamuffin/website html(lang="en") head meta(charset="UTF-8") |