Cleanup and improved webmentions support
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<div style="display:flex">
|
||||
{% if client.logo %}
|
||||
<div style="flex:initial;width:100px;">
|
||||
<img src="{{client.logo}}" style="max-width:100px;">
|
||||
<img src="{{client.logo | media_proxy_url }}" style="max-width:100px;">
|
||||
</div>
|
||||
{% endif %}
|
||||
<div style="flex:1;">
|
||||
|
Reference in New Issue
Block a user