2025-06-12-freebsd & stylesheet changes

This commit is contained in:
Petr Velycko 2025-06-12 09:06:35 +02:00
parent e7c0cb5d61
commit c6b9b84792
Signed by: petrvel
GPG key ID: E8F909AFE649174F
7 changed files with 87 additions and 3 deletions

View file

@ -6,7 +6,7 @@
{% block nav %}
<ul>
<li><a href="{{ section.permalink | safe }}">{{ section.title | lower }}/</a></li>
<li><a href="{{ section.permalink | safe }}">./</a></li>
{% for page in section.pages %}
<li><a href="{{ page.permalink | safe }}">{{ page.slug }}/</a></li>
{% endfor %}