Skip to content
Snippets Groups Projects
Commit f8f55a55 authored by Spencer Williams's avatar Spencer Williams
Browse files

rename images

parent 8fcf6652
No related branches found
No related tags found
No related merge requests found
......@@ -17,10 +17,11 @@
{%- block extrahead %}
<meta name="google" value="notranslate">
<link rel="shortcut icon" href="{{ pathto('_static/images/R 32x32.ico', 1) }}"/>
{# this block is after the one using html_favicon from conf.py, so it safely overwrites it #}
<link rel="shortcut icon" href="{{ pathto('_static/images/favicon.ico', 1) }}"/>
{% endblock %}
{# remove breadcrumbs from relbar, add logo to relbar #}
{# remove breadcrumbs from relbar, overwrite logo #}
{%- block relbar1 %}
<div class="related" role="navigation" aria-label="related navigation">
<h3>{{ _('Navigation') }}</h3>
......@@ -33,7 +34,7 @@
{{ reldelim2 }}</li>
{%- endfor %}
<li class="nav-item nav-item-0">
<a href="/"><img class="logo" src="{{ pathto('_static/images/RigadoFullColor-800px.png', 1) }}" alt="{{ shorttitle|e }}"/></a>
<a href="/"><img class="logo" src="{{ pathto('_static/images/logo.png', 1) }}" alt="{{ shorttitle|e }}"/></a>
</li>
</ul>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment