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
|
|
@ -6,7 +6,7 @@
|
|||
<div class="md:text-base lg:text-lg">
|
||||
<h2>Blog archive</h2>
|
||||
|
||||
<dl>
|
||||
<dl class="hyphens-auto">
|
||||
{% for article in dates %}
|
||||
<dt>{{ article.locale_date }}</dt>
|
||||
<dd><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></dd>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue