Changes or whatever
This commit is contained in:
parent
aaf2c39d16
commit
7fafd5b927
9 changed files with 42 additions and 19 deletions
|
@ -29,10 +29,12 @@
|
|||
<a href="https://files.nixfox.ca" class="sb_link fox">☁️ nextcloud</a><br>
|
||||
<a href="https://pass.nixfox.ca" class="sb_link fox">🔒 vaultwarden</a><br>
|
||||
<a href="https://git.nixfox.ca" class="sb_link fox">🗄️ forgejo</a><br>
|
||||
<a href="https://hedgedoc.nixfox.ca" class="sb_link fox">🗒️ hedgedoc</a><br>
|
||||
<a href="https://live.nixfox.ca" class="sb_link fox">📹 owncast</a><br>
|
||||
<a href="https://radio.nixfox.ca" class="sb_link fox">📻 icecast</a><br>
|
||||
<a href="https://chat.nixfox.ca" class="sb_link fox">💬 matrix</a><br>
|
||||
<a href="https://tor.nixfox.ca" class="sb_link fox">🗃️ transmission</a><br>
|
||||
<a href="https://git.nixfox.ca/Bun/nixfox-reborn.git" class="sb_link fox">💽 page code</a><br>
|
||||
</div>
|
||||
|
||||
<div id="main" class="column">
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<!-- If you are using pagination, section.pages will be empty.
|
||||
You need to use the paginator object -->
|
||||
{% for page in section.pages %}
|
||||
<li><a href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
|
||||
<li><a href="{{ page.permalink | safe }}">{{ page.title }}</a> {{ page.date }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endblock content %}
|
||||
|
|
8
templates/tags/list.html
Normal file
8
templates/tags/list.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="title">
|
||||
{{ section.title }}
|
||||
</h1>
|
||||
{{ section.content | safe }}
|
||||
{% endblock content %}
|
Loading…
Add table
Add a link
Reference in a new issue