{% assign shorturl = page.url | replace:'index.html','' %} {% for item in site.navigation %}
{{ item.title }}
{% endfor %}
{% comment %}Liquid is sort of terrible! I think "!= true" is the only way to do negation?{% endcomment %} {% if page.notitle != true %}
{{ page.title }}
{% endif %} {{ content }}