fixed texts and target _blanck
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
{% for i in p.children.visible %}
|
||||
<li>
|
||||
{% if i.header.redirect %}
|
||||
<a href="{{ i.header.redirect }}"{{ active_page }}>
|
||||
<a href="{{ i.header.redirect }}"{{ active_page }} target="_blank">
|
||||
{{ i.menu }}
|
||||
</a>
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user