adds search

This commit is contained in:
Konstantin 2024-03-01 19:46:46 +01:00
parent b2001195fc
commit fed534ba91
2 changed files with 15 additions and 3 deletions

View file

@ -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" %}