forked from github/pelican
fix: headings hierarchy, font sizes, optimize sizes for breakpoints
This commit is contained in:
parent
6c0f3cbd58
commit
49ea09bbbe
9 changed files with 298 additions and 215 deletions
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
{% block content %}
|
||||
<div class="md:text-base lg:text-lg">
|
||||
<h2>Categories</h2>
|
||||
<ul>
|
||||
<h2>Blog categories</h2>
|
||||
<ul class="hyphens-auto">
|
||||
{% for category, articles in categories|sort %}
|
||||
<li><a href="{{ SITEURL }}/{{ category.url }}">{{ category }}</a> ({{ articles|count }})</li>
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue