adds search
This commit is contained in:
parent
b2001195fc
commit
fed534ba91
2 changed files with 15 additions and 3 deletions
|
@ -10,6 +10,7 @@
|
|||
{% for menuitem in site_root.get_children.live.in_menu %}
|
||||
<a href="{% pageurl menuitem %}">{{ menuitem.title }}</a>{% if not forloop.last %} | {% endif %}
|
||||
{% endfor %}
|
||||
| <a href="/search/">Search</a>
|
||||
</p>
|
||||
</nav>
|
||||
{% wagtailuserbar "top-right" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue