12 lines
557 B
Handlebars
12 lines
557 B
Handlebars
<h2>{{i18n filters.top.this_year}}</h2>
|
|
{{basic-topic-list topicList=content.yearly}}
|
|
<h2>{{i18n filters.top.this_month}}</h2>
|
|
{{basic-topic-list topicList=content.monthly}}
|
|
<h2>{{i18n filters.top.this_week}}</h2>
|
|
{{basic-topic-list topicList=content.weekly}}
|
|
<h2>{{i18n filters.top.today}}</h2>
|
|
{{basic-topic-list topicList=content.daily}}
|
|
<footer id="topic-list-bottom">
|
|
<h3>{{#link-to "list.categories"}}{{i18n topic.browse_all_categories}}{{/link-to}} {{i18n or}} {{#link-to 'list.latest'}}{{i18n topic.view_latest_topics}}{{/link-to}}</h3>
|
|
</footer>
|