moving some things around; fixed import maps not being deterministic
This commit is contained in:
parent
7332a79c2c
commit
87ead3be17
13 changed files with 34 additions and 20 deletions
|
@ -19,10 +19,11 @@
|
|||
{{> components/_noscript.hbs }}
|
||||
|
||||
{{!--
|
||||
NOTE: ~ because components/_tree.hbss must not include any extra indentation, because it may
|
||||
NOTE: ~ because components/_tree.hbs must not include any extra indentation, because it may
|
||||
contain pre elements which shouldn't be indented.
|
||||
--}}
|
||||
{{~> components/_tree.hbs }}
|
||||
<th-emoji-tooltips></th-emoji-tooltips>
|
||||
|
||||
{{!-- For all pages except the one linked from the footer, include the footer icon. --}}
|
||||
{{#if (ne page.tree_path "treehouse")}}
|
||||
|
|
|
@ -16,5 +16,3 @@
|
|||
|
||||
{{{ page.tree }}}
|
||||
</main>
|
||||
|
||||
<th-emoji-tooltips></th-emoji-tooltips>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue