fix header base
This commit is contained in:
parent
0d8b54527c
commit
f640f1adc0
1 changed files with 1 additions and 6 deletions
|
@ -22,12 +22,7 @@
|
|||
{% if not embed %}
|
||||
<header>
|
||||
<h1><a href="{% block header_title_url %}/{% endblock %}">
|
||||
{% spaceless %}
|
||||
{% if header_logo %}
|
||||
<img src="{% static header_logo %}">
|
||||
{% else %}
|
||||
c3nav
|
||||
{% endif %}
|
||||
{% if header_logo %}<img src="{% static header_logo %}">{% else %}c3nav {% endif %}{% spaceless %}
|
||||
{% endspaceless %}{% block header_title %}{% endblock %}
|
||||
</a></h1>
|
||||
<a href="/account/" id="user">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue