mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Started work on fetching frontpage-lists at the same time as sending the html
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<div id="channel-list-container">
|
||||
<ul class="row" id="channels">
|
||||
{{> frontpage/channel}}
|
||||
{{#each channels}}
|
||||
{{#if frontpage}}
|
||||
{{> frontpage/channel}}
|
||||
{{/if}}
|
||||
{{/each}}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user