12 lines
250 B
HTML
12 lines
250 B
HTML
|
<!-- You can add custom elements to the page header here. -->
|
||
|
<link
|
||
|
rel="preload"
|
||
|
href="{{ "bootstrap-utilities.min.css" | relURL }}"
|
||
|
as="style"
|
||
|
/>
|
||
|
<link
|
||
|
rel="stylesheet"
|
||
|
href="{{ "bootstrap-utilities.min.css" | relURL }}"
|
||
|
media="all"
|
||
|
/>
|