Move the prefetch links up a bit
This commit is contained in:
parent
4189ada618
commit
a09634c029
1 changed files with 1 additions and 1 deletions
|
@ -31,9 +31,9 @@ module Pages
|
||||||
title { @page_info[:title] + " | Aleks Rūtiņš" }
|
title { @page_info[:title] + " | Aleks Rūtiņš" }
|
||||||
meta(charset: "utf-8")
|
meta(charset: "utf-8")
|
||||||
meta(name: "viewport", content: "width=device-width, initial-scale=1.0")
|
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-Regular.ttf")
|
||||||
link(rel: "prefetch", href: "/DM_Mono/DMMono-Medium.ttf")
|
link(rel: "prefetch", href: "/DM_Mono/DMMono-Medium.ttf")
|
||||||
|
link(rel: "stylesheet", href: "/site.css")
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
header {
|
header {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue