mirror of
https://github.com/djohnlewis/stackdump
synced 2024-12-04 23:17:37 +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>
|
||||
{% if not site %}
|
||||
<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>
|
||||
{% endif %}
|
||||
<div class="post-stats-vertical">
|
||||
|
Loading…
Reference in New Issue
Block a user