Add rel= attribute to main layout (fixes w3c nagging)
This commit is contained in:
parent
3ed25b5b3f
commit
1e3279cab1
@ -5,9 +5,9 @@
|
|||||||
<title>{{page_title}}</title>
|
<title>{{page_title}}</title>
|
||||||
<meta name="description" content="my website">
|
<meta name="description" content="my website">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<link href="/proza-r.woff2" as="font" type="font/woff2">
|
<link rel="preload" href="/proza-r.woff2" as="font" type="font/woff2">
|
||||||
<link href="/proza-i.woff2" as="font" type="font/woff2">
|
<link rel="preload" href="/proza-i.woff2" as="font" type="font/woff2">
|
||||||
<link href="/proza-li.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">
|
{{page_css}}<link rel="stylesheet" href="/site.css" type="text/css">
|
||||||
<link rel="icon" href="/favicon.png" type="image/png">
|
<link rel="icon" href="/favicon.png" type="image/png">
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user