mirror of
https://github.com/djohnlewis/stackdump
synced 2025-04-07 10:13:27 +00:00
Fixed bug where sites without logos were not being correctly served the unknown site logo.
This commit is contained in:
parent
b4b2a536e0
commit
888d7d2e94
@ -6,7 +6,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span16">
|
<div class="span16">
|
||||||
<div class="search-container">
|
<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">
|
<h1 class="site-title">
|
||||||
{{ site.name }}
|
{{ site.name }}
|
||||||
<small class="tagline">{{ site.desc }}</small>
|
<small class="tagline">{{ site.desc }}</small>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user