change how website is organized

This commit is contained in:
Parker TenBroeck 2026-01-22 11:48:01 -05:00
parent 58c56b0af7
commit 6c8e98dc98
38 changed files with 59 additions and 60 deletions

View file

@ -28,7 +28,7 @@
{%- block main -%}
<h1>{{ taxonomy::prettify(term=term.name) }}</h1>
{# <h1>{{ taxonomy::prettify(term=term.name) }}</h1> #}
<div>
{%- for page in paginator.pages | default(value=term.pages) %}
{{ post::excerpt(page=page) }}