mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Category logo not showing in navigation.
This commit is contained in:
parent
b005e1ab58
commit
3999afc279
@ -1,8 +1,8 @@
|
||||
{{add-category-class category=category}}
|
||||
|
||||
<section class='category-heading'>
|
||||
{{#if category.logo_url}}
|
||||
{{cdn-img src=category.logo_url class="category-logo"}}
|
||||
{{#if category.uploaded_logo.url}}
|
||||
{{cdn-img src=category.uploaded_logo.url class="category-logo"}}
|
||||
{{#if category.description}}
|
||||
<p>{{{category.description}}}</p>
|
||||
{{/if}}
|
||||
|
Loading…
Reference in New Issue
Block a user