1
0
mirror of https://github.com/djohnlewis/stackdump synced 2024-12-04 23:17:37 +00:00

Fixed bug where sites without logos were not being correctly served the unknown site logo.

This commit is contained in:
Samuel Lai 2012-02-11 19:25:21 +11:00
parent b4b2a536e0
commit 888d7d2e94

View File

@ -6,7 +6,7 @@
<div class="row">
<div class="span16">
<div class="search-container">
<img class="site-logo" src="{{ SETTINGS.APP_URL_ROOT }}media/images/logos/{{ site.key }}.png" alt="{{ site.name }} logo" />
<img class="site-logo" src="{{ SETTINGS.APP_URL_ROOT }}media/logos/{{ site.key }}.png" alt="{{ site.name }} logo" />
<h1 class="site-title">
{{ site.name }}
<small class="tagline">{{ site.desc }}</small>