Removed links to the sticky javascript, but didn't remove altogether

This commit is contained in:
Jonathan Bobel
2023-07-12 15:43:21 -04:00
parent 5fe81bc040
commit 1da906279f
6 changed files with 92 additions and 61 deletions

View File

@@ -12,7 +12,7 @@
{% block head %}
{%- for font in font_paths %}
<link rel="preload" href="{{ asset_url(font, with_querystring_hash=False) }}" as="font" type="font/woff2" crossorigin>
<link 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') }}" />