Updating nav

This commit is contained in:
Zachary Klosko 2020-05-18 11:32:30 -04:00
parent 146b5c6eba
commit efdf0867e7
2 changed files with 22 additions and 7 deletions

View file

@ -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 &mdash; 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>