Attempt to fix font preload link
This commit is contained in:
parent
c52ac1c2f1
commit
b1b1a91db1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<title>{{title}}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{{#base}}<base href="{{.}}">{{/base}}
|
||||
<link rel=preload href="_assets/amatic-sc-v9-latin-regular.woff" as=font crossorigin>
|
||||
<link rel=preload href="_assets/amatic-sc-v9-latin-regular.woff" as=font type="font/woff" crossorigin=anonymous>
|
||||
<link href="_assets/style-{{style_css_checksum()}}.css" rel="stylesheet">
|
||||
<meta name="generator" content="{{project_name()}} {{version()}}" />
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue