Recent searches
No recent searches

Felix
Joined Apr 15, 2021
·
Last activity Oct 27, 2021
Following
0
Followers
0
Total activity
3
Votes
0
Subscription
1
ACTIVITY OVERVIEW
BADGES
ARTICLES
POSTS
COMMUNITY COMMENTS
ARTICLE COMMENTS
ACTIVITY OVERVIEW
Latest activity by Felix
Felix commented,
Community comment Q&A - Help center and community
@Wes, Yes it was pathing error. Thanks!
View comment · Posted Aug 09, 2017 · Felix
0
Followers
0
Votes
0
Comments
Felix commented,
Community comment Q&A - Help center and community
@Wes, I followed this guide. But no images showes up for me. Am I missing something?
EDIT: I see that it gets poorly formated when I copy paste. Test this fiddle instead https://jsfiddle.net/58y0zj66/
{{#each categories}}
{{#if ../has_multiple_categories}}
{{#is name 'Abonnemang'}}
{{/is}}
{{#is name 'Betalning'}}
{{/is}}
{{#is name 'Beställning'}}
{{/is}}
{{#is name 'Teknisk support'}}
{{/is}}
{{#is name 'Utomlands'}}
{{/is}}
{{#is name 'Artiklar'}}
{{/is}}
{{name}}
{{excerpt description}}
{{else}}
{{#each sections}}
{{name}}
{{#if internal}}
{{/if}}
{{excerpt description}}
{{/each}}
{{/if}}
{{/each}}
{{pagination}}
View comment · Posted Aug 09, 2017 · Felix
0
Followers
0
Votes
0
Comments