Safe Base
This commit is contained in:
parent
0dc40623c7
commit
7ea3b4b947
|
@ -61,7 +61,7 @@
|
|||
{% for page in page.get_children %}
|
||||
<li class="nav-item">
|
||||
<a class="nav-link text-nowrap" href="{{ page.url }}" target="_self">
|
||||
{{ page.title }}
|
||||
{{ page.title|safe }}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in New Issue