This was causing an error

This commit is contained in:
Jonathan Bobel
2023-07-12 16:00:52 -04:00
parent e8170f22b7
commit bb7efa9d44

View File

@@ -12,7 +12,7 @@
{% block head %}
{%- for font in font_paths %}
<link href="{{ asset_url(font, with_querystring_hash=False) }}" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="{{ asset_url(font, with_querystring_hash=False) }}" as="font" type="font/woff2" crossorigin>
{%- endfor %}
<link rel="stylesheet" media="screen" href="{{ asset_url('stylesheets/main.css') }}" />
<link rel="stylesheet" media="print" href="{{ asset_url('stylesheets/print.css') }}" />