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}}
|
{{add-category-class category=category}}
|
||||||
|
|
||||||
<section class='category-heading'>
|
<section class='category-heading'>
|
||||||
{{#if category.logo_url}}
|
{{#if category.uploaded_logo.url}}
|
||||||
{{cdn-img src=category.logo_url class="category-logo"}}
|
{{cdn-img src=category.uploaded_logo.url class="category-logo"}}
|
||||||
{{#if category.description}}
|
{{#if category.description}}
|
||||||
<p>{{{category.description}}}</p>
|
<p>{{{category.description}}}</p>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Loading…
Reference in New Issue
Block a user