mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-18 07:08:28 +00:00
[change] remove old logo #484
This commit is contained in:
parent
d3b47e9470
commit
48e063904d
2 changed files with 1 additions and 1 deletions
BIN
themes/baggy/img/logo-other_themes.png
Executable file
BIN
themes/baggy/img/logo-other_themes.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
|
@ -1,6 +1,6 @@
|
|||
<header class="w600p center mbm">
|
||||
<h1>
|
||||
{% if view == 'home' %}{% block logo %}<img src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/img/logo.svg" alt="logo poche" />{% endblock %}
|
||||
{% if view == 'home' %}{% block logo %}<img width="100" height="100" src="{{ poche_url }}/themes/baggy/img/logo-other_themes.png" alt="logo poche" />{% endblock %}
|
||||
{% else %}<a href="./" title="{% trans "return home" %}" >{{ block('logo') }}</a>
|
||||
{% endif %}
|
||||
</h1>
|
||||
|
|
Loading…
Reference in a new issue