mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 06:43:12 -04:00
This was causing an error
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
{% block head %}
|
{% block head %}
|
||||||
{%- for font in font_paths %}
|
{%- 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 %}
|
{%- endfor %}
|
||||||
<link rel="stylesheet" media="screen" href="{{ asset_url('stylesheets/main.css') }}" />
|
<link rel="stylesheet" media="screen" href="{{ asset_url('stylesheets/main.css') }}" />
|
||||||
<link rel="stylesheet" media="print" href="{{ asset_url('stylesheets/print.css') }}" />
|
<link rel="stylesheet" media="print" href="{{ asset_url('stylesheets/print.css') }}" />
|
||||||
|
|||||||
Reference in New Issue
Block a user