Fix 404 stylesheet link

This commit is contained in:
rylim 2021-10-24 17:14:40 -07:00
parent 2b4d8ffa65
commit d0a9e67f69

View file

@ -14,6 +14,8 @@
<!-- Stylesheet -->
{%- for stylesheet in notFoundStyles %}
<link rel="stylesheet" type="text/css" href="{{ stylesheet.url }}" />
{%- endfor %}
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->