forked from github/pelican
feat: yearly archives, restructure headings
This commit is contained in:
parent
bfed925127
commit
310fab5496
11 changed files with 120 additions and 19 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue