newsfeed
This commit is contained in:
parent
d64cc3fbf2
commit
a1464bb865
20 changed files with 636 additions and 193 deletions
17
template/components/_tree.hbs
Normal file
17
template/components/_tree.hbs
Normal file
|
@ -0,0 +1,17 @@
|
|||
<main class="tree">
|
||||
{{!-- Append page styles and scripts into the main content, such that they can be inlined
|
||||
into linked branches when those are loaded in. Putting them in the page's head would make
|
||||
extracting them way more painful than it needs to be. --}}
|
||||
|
||||
{{#each page.styles}}
|
||||
<link rel="stylesheet" href="{{ ../config.site }}/static/css/{{ this }}">
|
||||
{{/each}}
|
||||
|
||||
{{#each page.scripts}}
|
||||
<script type="module" src="{{ ../config.site }}/static/js/{{ this }}"></script>
|
||||
{{/each}}
|
||||
|
||||
{{{ page.tree }}}
|
||||
</main>
|
||||
|
||||
<th-emoji-tooltips></th-emoji-tooltips>
|
Loading…
Add table
Add a link
Reference in a new issue