1
0
Fork 0
forked from github/pelican

feat: yearly archives, restructure headings

This commit is contained in:
Oliver Ladner 2025-01-08 11:45:09 +01:00
commit 310fab5496
11 changed files with 120 additions and 19 deletions

View file

@ -4,7 +4,7 @@
{% block content %}
<div class="md:text-base lg:text-lg">
<h2>Blog categories</h2>
<h1 class="text-3xl md:text-5xl">Blog categories</h1>
<ul class="hyphens-auto">
{% for category, articles in categories|sort %}
<li><a href="{{ SITEURL }}/{{ category.url }}">{{ category }}</a> ({{ articles|count }})</li>