diff options
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") |