Add rel= attribute to main layout (fixes w3c nagging)

This commit is contained in:
c0dev0id 2022-12-27 22:38:24 +01:00
parent 3ed25b5b3f
commit 1e3279cab1
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@
<title>{{page_title}}</title>
<meta name="description" content="my website">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="/proza-r.woff2" as="font" type="font/woff2">
<link href="/proza-i.woff2" as="font" type="font/woff2">
<link href="/proza-li.woff2" as="font" type="font/woff2">
<link rel="preload" href="/proza-r.woff2" as="font" type="font/woff2">
<link rel="preload" href="/proza-i.woff2" as="font" type="font/woff2">
<link rel="preload" href="/proza-li.woff2" as="font" type="font/woff2">
{{page_css}}<link rel="stylesheet" href="/site.css" type="text/css">
<link rel="icon" href="/favicon.png" type="image/png">
</head>