1
0
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:
Samuel Lai 2012-02-12 15:57:29 +11:00
parent cab37377f7
commit d1ac676db5

View File

@ -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">