diff options
author | Akshay <[email protected]> | 2024-11-27 21:26:04 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2024-11-27 21:26:04 +0000 |
commit | f11e488e8fc1c8dd6215ffcf0d721dd3c31e39bd (patch) | |
tree | 87161049044c75537795d85393423098268b0641 /src/mixins | |
parent | 2dcddd9408c32cde150c7a707cbbc01914592514 (diff) |
rename to lurker
Diffstat (limited to 'src/mixins')
-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 f96e91c..b99ec74 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 #{`${title} · readit `} | 5 | title #{`${title} · lurker `} |
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") |