mirror of
https://github.com/djohnlewis/stackdump
synced 2025-04-05 01:03:27 +00:00
Added the site name to the title text for the site logo too.
This commit is contained in:
parent
cab37377f7
commit
d1ac676db5
@ -9,7 +9,7 @@
|
|||||||
<li>
|
<li>
|
||||||
{% if not site %}
|
{% if not site %}
|
||||||
<div class="post-logo">
|
<div class="post-logo">
|
||||||
<img src="{{ SETTINGS.APP_URL_ROOT }}media/logos/{{ r.site.key }}.png" alt="{{ r.site.name }} logo" />
|
<img src="{{ SETTINGS.APP_URL_ROOT }}media/logos/{{ r.site.key }}.png" alt="{{ r.site.name }} logo" title="{{ r.site.name }} logo" />
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="post-stats-vertical">
|
<div class="post-stats-vertical">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user