2025-06-12-freebsd & stylesheet changes
This commit is contained in:
parent
e7c0cb5d61
commit
c6b9b84792
7 changed files with 87 additions and 3 deletions
|
@ -12,6 +12,7 @@
|
|||
<a href="https://git.brloh.is">git/</a>
|
||||
<a href="/lang">lang/</a>
|
||||
<a href="/math">math/</a>
|
||||
<a href="/tech">tech/</a>
|
||||
<a href="/travel">travel/</a>
|
||||
<span class="right">
|
||||
Bear's den 🐻
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<!-- If you are using pagination, section.pages will be empty.
|
||||
You need to use the paginator object -->
|
||||
{% set section = get_section(path=page.ancestors | last) %}
|
||||
<li><a href="{{ section.permalink | safe }}">{{ section.title | lower }}/</a></li>
|
||||
<li><a href="{{ section.permalink | safe }}">../</a></li>
|
||||
{% for p in section.pages %}
|
||||
<li><a href="{{ p.permalink | safe }}">{{ p.slug }}/</a></li>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue