- Added support for default gulp/build commands

- Moved some folders around to align with gulp copy functions
This commit is contained in:
Jonathan Bobel
2023-04-27 13:32:23 -04:00
parent e7faec60b5
commit 3bc273eced
2594 changed files with 9 additions and 5 deletions

View File

@@ -15,6 +15,7 @@
{%- for font in font_paths %}
<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('css/styles.css') }}" />
<link rel="stylesheet" media="screen" href="{{ asset_url('stylesheets/main.css') }}" />
<link rel="stylesheet" media="print" href="{{ asset_url('stylesheets/print.css') }}" />
{% block extra_stylesheets %}