{% if site.subtitle %}
{{ site.subtitle }}
{% endif %}
{% if site.header_links %}
{% for link in site.header_links %}
- {{ site.header_links[link] }}
{% endfor %}
{#
TODO: This will kick in if there's any non-empty value for the
search_enabled setting. Fix it to only allow boolean values.
#}
{% if site.search_enabled %}
-
{% endif %}
{% endif %}