Move the prefetch links up a bit

This commit is contained in:
Aleks Rūtiņš 2024-10-23 16:09:39 -04:00
parent 4189ada618
commit a09634c029

View file

@ -31,9 +31,9 @@ module Pages
title { @page_info[:title] + " | Aleks Rūtiņš" }
meta(charset: "utf-8")
meta(name: "viewport", content: "width=device-width, initial-scale=1.0")
link(rel: "stylesheet", href: "/site.css")
link(rel: "prefetch", href: "/DM_Mono/DMMono-Regular.ttf")
link(rel: "prefetch", href: "/DM_Mono/DMMono-Medium.ttf")
link(rel: "stylesheet", href: "/site.css")
}
body {
header {