mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Enable custom logo upload and rendering
This commit is contained in:
parent
a211ba051a
commit
036f36ba1d
36 changed files with 574 additions and 211 deletions
|
@ -7,6 +7,11 @@
|
|||
<div class="meta-icon">
|
||||
{{ui/ui-icon-meta icon=meta}}
|
||||
</div>
|
||||
{{else if logo}}
|
||||
<div class="meta-logo">
|
||||
<img src="{{appMeta.endpoint}}/public/logo?cb={{cacheBuster}}"
|
||||
style="max-width: 200px; max-height: 100px;">
|
||||
</div>
|
||||
{{/if}}
|
||||
<div class="text">
|
||||
{{layout/page-heading title=title}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue