Change logo to png for broader support.
This commit is contained in:
parent
819cfc016f
commit
3bce1259ce
BIN
bornhack/static_src/img/logo.png
Normal file
BIN
bornhack/static_src/img/logo.png
Normal file
Binary file not shown.
|
@ -5,7 +5,7 @@
|
|||
|
||||
<div class="inner cover">
|
||||
<h1 class="cover-heading">
|
||||
<img src="{% static 'img/logo.svg' %}" height="400" width="350">
|
||||
<img src="{% static 'img/logo.png' %}" height="400" width="350">
|
||||
</h1>
|
||||
<hr />
|
||||
<p class="lead">
|
||||
|
|
Loading…
Reference in a new issue