MaxKey/docs/_includes/navigation.html
shimingxy a72a91deef i
2020-03-07 10:21:38 +08:00

14 lines
341 B
Java

{% assign default_paths = site.pages | map: "path" %}
{% assign page_paths = site.header_pages | default: default_paths %}
{% for path in page_paths %}
{% assign page = site.pages | where: "path", path | first %}
{% if page.title %}
<a href="{{ page.url }}">{{ page.title }}</a>
{% endif %}
{% endfor %}