Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 06f65dad authored by Julie Thezenas's avatar Julie Thezenas
Browse files

dossier js et hbs

parent bd350bd2
No related branches found
No related tags found
No related merge requests found
{{#if showTopicLists}} <!--{{#if showTopicLists}}
{{plugin-outlet name="above-discourse-showcased-categories" tagName="" connectorTagName="div"}} {{plugin-outlet name="above-discourse-showcased-categories" tagName="" connectorTagName="div"}}
<div class="wrap custom-homepage-columns"> <div class="wrap custom-homepage-columns">
<!-- Two column homepage feed -->
{{showcased-topic-list category=category1 classNames="col col-1" title=(theme-setting 'feed_one_title')}} {{showcased-topic-list category=category1 classNames="col col-1" title=(theme-setting 'feed_one_title')}}
{{showcased-topic-list category=category2 classNames="col col-2" title=(theme-setting 'feed_two_title')}} {{showcased-topic-list category=category2 classNames="col col-2" title=(theme-setting 'feed_two_title')}}
</div> </div>
{{/if}}-->
{{#if topics}}
{{plugin-outlet name="above-discourse-showcased-categories" tagName="" connectorTagName="div"}}
<div class="wrap custom-homepage-columns">
<!-- Two column homepage feed -->
{{topics category=category1 classNames="col col-1" title=(theme-setting 'feed_one_title')}}
{{top category=category2 classNames="col col-2" title=(theme-setting 'feed_two_title')}}
</div>
{{/if}} {{/if}}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment