mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 06:43:12 -04:00
Remove external link support in sub navigation
This navigation will only have internal links in it.
This commit is contained in:
@@ -9,12 +9,7 @@
|
|||||||
itemscope
|
itemscope
|
||||||
itemtype="http://schema.org/ListItem"
|
itemtype="http://schema.org/ListItem"
|
||||||
>
|
>
|
||||||
<a href="{%- if item['external_link'] -%}
|
<a href="{{ url_for(item['link']) }}" itemprop="item">
|
||||||
{{ item['link'] }}
|
|
||||||
{%- else -%}
|
|
||||||
{{ url_for(item['link']) }}
|
|
||||||
{%- endif -%}"
|
|
||||||
itemprop="item">
|
|
||||||
<span itemprop="name">{{item['name']}}</span>
|
<span itemprop="name">{{item['name']}}</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user