Updating nav
This commit is contained in:
parent
146b5c6eba
commit
efdf0867e7
2 changed files with 22 additions and 7 deletions
|
@ -55,7 +55,7 @@
|
|||
|
||||
<div>
|
||||
{% for item in site.data.nav2.toc2 %}
|
||||
<br> <i>{{ item.title }}</i>
|
||||
<br> <strong>{{ item.title }}</strong>
|
||||
{% if item.subfolderitems[0] %}
|
||||
{% for entry in item.subfolderitems %}
|
||||
<br><a href="{{ entry.url }}">{{ entry.page }}</a>
|
||||
|
@ -76,7 +76,9 @@
|
|||
|
||||
</section>
|
||||
<footer>
|
||||
<br>
|
||||
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
|
||||
<p><small>Copyright (c) 2020 The LibreTime Foundation</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue