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