Fix documentation path issue. (#80)
Co-authored-by: Gheorghe-Teodor Bercea <gt.bercea@gmail.com>
This commit is contained in:
parent
3119aebb50
commit
81d8c5e2ea
|
@ -41,7 +41,7 @@
|
||||||
{% for item in site.data.navigation.toc %}
|
{% for item in site.data.navigation.toc %}
|
||||||
<h3 style="margin: 20px 0 0;">{{ item.title }}</h3>
|
<h3 style="margin: 20px 0 0;">{{ item.title }}</h3>
|
||||||
{% for entry in item.subfolderitems %}
|
{% for entry in item.subfolderitems %}
|
||||||
<div><a href="{{ entry.url }}">{{ entry.page }}</a></div>
|
<div><a href="{{ "/" | absolute_url }}{{ entry.url }}">{{ entry.page }}</a></div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Reference in New Issue