site/_includes/themes/apache-clean/_navigation.html [44:60]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% if entry.subcategories %}
{{ entry.title }}
{% else %}
{% if entry.url contains "http" %}
{% assign target = "_blank" %}{% else %}
{% assign target = "_self" %}{% endif %}
{{ entry.title }}
{% endif %}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
site/_includes/themes/apache/_navigation.html [19:35]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% if entry.subcategories %}
{{ entry.title }}
{% else %}
{% if entry.url contains "http" %}
{% assign target = "_blank" %}{% else %}
{% assign target = "_self" %}{% endif %}
{{ entry.title }}
{% endif %}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -