infotorg developer {% if page.show_navigation %} {% endif %}
{% include title.html %}
{% if page.show_navigation %}
{% comment %} * Items will contain only visible elements {% endcomment %} {% assign items = site.data.navigation | where:'show', true %}
    {% for item in items %}
  • {% if item.link contains '://' %} {{ # External link }} {% assign item_url = item.link %} {% else %} {{ # Internal link }} {% assign item_url = item.link | prepend: site.baseurl %} {% endif %} {{ item.name }}
  • {% endfor %}
{% endif %}