further optimisations: optimise riki sitting, and put non-critical stylesheets at the end
This commit is contained in:
parent
7b06c7c6e1
commit
be8ae113b7
6 changed files with 27 additions and 18 deletions
|
@ -13,13 +13,14 @@
|
|||
{{~> components/_doc.hbs }}
|
||||
{{~> components/_pink_space.hbs }}
|
||||
|
||||
<th-overlays></th-overlays>
|
||||
<th-command-line></th-command-line>
|
||||
|
||||
{{#each page.styles}}
|
||||
<link rel="stylesheet" href="{{ asset (cat 'css/' this) }}">
|
||||
{{/each}}
|
||||
|
||||
{{!-- Non-blocking section --}}
|
||||
{{> components/_nonblocking.hbs }}
|
||||
<script type="module">
|
||||
{{!-- Go through the import map for each script. --}}
|
||||
{{#each page.scripts}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue