1
0
mirror of https://github.com/osmarks/website synced 2025-09-02 02:37:55 +00:00

minor fixes and improve title casing

This commit is contained in:
osmarks
2024-10-26 14:31:38 +01:00
parent f8b17595e6
commit 6011e27dbd
8 changed files with 24 additions and 21 deletions

View File

@@ -15,9 +15,6 @@ mixin image(src)
doctype html
html(lang="en")
head
link(rel="preload", href="/assets/miracode.woff2", as="font", crossorigin="anonymous")
link(rel="preload", href="/assets/titillium-web-semibold.woff2", as="font", crossorigin="anonymous")
link(rel="preload", href="/assets/titillium-web.woff2", as="font", crossorigin="anonymous")
title= `${title} @ ${name}`
script(src="/assets/js/page.js", defer=true)
meta(charset="UTF-8")