Renaming nav datafile
This commit is contained in:
parent
1e6263233d
commit
6c03a95bfa
2 changed files with 9 additions and 45 deletions
|
@ -54,17 +54,14 @@
|
|||
{% endif %}
|
||||
|
||||
<div>
|
||||
{% for item in site.data.nav2.toc2 %}
|
||||
{% for item in site.data.navigation.sidebar %}
|
||||
<br><strong>{{ item.title }}</strong>
|
||||
{% if item.subfolderitems[0] %}
|
||||
{% for entry in item.subfolderitems %}
|
||||
{% if item.subtitle %}
|
||||
<br>{{ item.subtitle }}
|
||||
{% endif %}
|
||||
<br><a href="{{ entry.url }}">{{ entry.page }}</a>
|
||||
{% if entry.subsubfolderitems[0] %}
|
||||
{% for subentry in entry.subsubfolderitems %}
|
||||
<br> <a href="{{ subentry.url }}">{{ subentry.page }}</a>
|
||||
<br> -- <a href="{{ subentry.url }}">{{ subentry.page }}</a>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue