diff options
author | Akshay <[email protected]> | 2024-11-16 22:08:05 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2024-11-16 22:08:05 +0000 |
commit | 42409ecb39b5bb7bb98a8f3c0515876dcba40326 (patch) | |
tree | 0e161467a7ffa9fd66ce9df0631ceb6db238b86c /src/mixins/head.pug | |
parent | 1ae401253c54a0a195257df95281bf64760f809c (diff) |
add dashboard view, invites
Diffstat (limited to 'src/mixins/head.pug')
-rw-r--r-- | src/mixins/head.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixins/head.pug b/src/mixins/head.pug index b95f661..f96e91c 100644 --- a/src/mixins/head.pug +++ b/src/mixins/head.pug | |||
@@ -2,7 +2,7 @@ mixin head(title) | |||
2 | head | 2 | head |
3 | meta(name="viewport" content="width=device-width, initial-scale=1.0") | 3 | meta(name="viewport" content="width=device-width, initial-scale=1.0") |
4 | meta(charset='UTF-8') | 4 | meta(charset='UTF-8') |
5 | title #{`readit ${title}`} | 5 | title #{`${title} ยท readit `} |
6 | link(rel="stylesheet", href="/styles.css") | 6 | link(rel="stylesheet", href="/styles.css") |
7 | link(rel="preconnect" href="https://rsms.me/") | 7 | link(rel="preconnect" href="https://rsms.me/") |
8 | link(rel="stylesheet" href="https://rsms.me/inter/inter.css") | 8 | link(rel="stylesheet" href="https://rsms.me/inter/inter.css") |