some css things, nothing we want to keep
This commit is contained in:
parent
4d32d135d8
commit
cbd748459c
3 changed files with 22 additions and 21 deletions
|
@ -3,14 +3,14 @@
|
|||
<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> |
|
||||
<nav class="w-full flex justify-center my-8">
|
||||
<ul class="flex space-x-8">
|
||||
<li><a href="{% pageurl site_root %}">{{ site_root.title }}</a></li>
|
||||
{% for menuitem in site_root.get_children.live.in_menu %}
|
||||
<a href="{% pageurl menuitem %}">{{ menuitem.title }}</a>{% if not forloop.last %} | {% endif %}
|
||||
<li><a href="{% pageurl menuitem %}">{{ menuitem.title }}</a></li>
|
||||
{% endfor %}
|
||||
| <a href="/search/">Search</a>
|
||||
</p>
|
||||
<li><a href="/search/">Search</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
{% wagtailuserbar "top-right" %}
|
||||
</header>
|
Loading…
Add table
Add a link
Reference in a new issue