X Tutup
Toggle navigation
{{ site.title }}
Fork
Star
{% if page.url == "/index.html" %}
{% else %}
{% endif %}
Home
{% assign allPages = site.pages | sort: 'page-index' %} {% for p in allPages %} {% if p.title and p.layout != "pattern" %} {% if p.url == page.url %}
{% else %}
{% endif %}
{{ p.title }}
{% endif %} {% endfor %}
X Tutup