is_visible
This is exactly the opposite of is_hidden.
{% set downloads = site.get('/downloads') %} {% if downloads.is_visible %} <p><a href="{{ downloads|url }}">go to downloads</a> {% endif %}
Comments