2018-06-07 17:17:19 -06:00
|
|
|
{{#if showAd}}
|
2018-06-12 15:21:23 -06:00
|
|
|
{{#if site.mobileView}}
|
|
|
|
|
{{#if displayPostBottom}}
|
|
|
|
|
{{partial "components/codefund/post-bottom"}}
|
|
|
|
|
{{/if}}
|
|
|
|
|
{{#if displayTopicAbovePostStream}}
|
|
|
|
|
{{partial "components/codefund/topic-above-post-stream"}}
|
|
|
|
|
{{/if}}
|
|
|
|
|
{{#if displayTopicAboveSuggested}}
|
|
|
|
|
{{partial "components/codefund/topic-above-suggested"}}
|
|
|
|
|
{{/if}}
|
|
|
|
|
{{#if displayTopicListTop}}
|
|
|
|
|
{{partial "components/codefund/topic-list-top"}}
|
|
|
|
|
{{/if}}
|
|
|
|
|
{{else}}
|
|
|
|
|
{{#if displayPostBottom}}
|
|
|
|
|
{{partial "components/codefund/post-bottom"}}
|
|
|
|
|
{{/if}}
|
|
|
|
|
{{#if displayTopicAbovePostStream}}
|
|
|
|
|
{{partial "components/codefund/topic-above-post-stream"}}
|
|
|
|
|
{{/if}}
|
|
|
|
|
{{#if displayTopicAboveSuggested}}
|
|
|
|
|
{{partial "components/codefund/topic-above-suggested"}}
|
|
|
|
|
{{/if}}
|
|
|
|
|
{{#if displayTopicListTop}}
|
|
|
|
|
{{partial "components/codefund/topic-list-top"}}
|
2018-06-07 17:17:19 -06:00
|
|
|
{{/if}}
|
|
|
|
|
{{/if}}
|
2018-06-07 17:49:15 -06:00
|
|
|
{{/if}}
|