Add a bunch more blog stuff and templates

This commit is contained in:
Bun 2025-07-03 16:39:21 -04:00
parent a67ac803b3
commit 2a815643c0
16 changed files with 161 additions and 23 deletions

View file

@ -6,7 +6,7 @@
{% block content %}
<div class="post">
<h1 class="post-title">all tags</h1>
<h1 class="blocktitle">all authors</h1>
<ul>
{% for term in terms %}

View file

@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block content %}
<h2>
<h2 class="blocktitle">
author: {{ term.name }}
({{ term.pages | length }} post{{ term.pages | length | pluralize }})
</h2>