add a blig clumsy logo to test if it works
This commit is contained in:
parent
17630e965b
commit
e39d5cd73c
3 changed files with 248 additions and 54 deletions
|
@ -1,12 +1,11 @@
|
|||
{% load wagtailcore_tags navigation_tags wagtailuserbar %}
|
||||
<header>
|
||||
{# Add this: #}
|
||||
<a href="#main" class="skip-link">Skip to content</a>
|
||||
|
||||
{% get_site_root as site_root %}
|
||||
<nav>
|
||||
<p>
|
||||
<a href="{% pageurl site_root %}">{{ site_root.title }}</a> |
|
||||
{% include "includes/logo.html" %} |
|
||||
{% for menuitem in site_root.get_children.live.in_menu %}
|
||||
<a href="{% pageurl menuitem %}">{{ menuitem.title }}</a>{% if not forloop.last %} | {% endif %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue