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
|
|
@ -9,7 +9,7 @@
|
|||
{% block content %}
|
||||
<article>
|
||||
<div class="prose dark:prose-dark md:prose-base lg:prose-lg hyphens-auto">
|
||||
<h3 class="text-3xl md:text-5xl">{{ page.title }}</h3>
|
||||
<h1 class="text-3xl md:text-5xl">{{ page.title }}</h1>
|
||||
{{ page.content }}
|
||||
</div>
|
||||
</article>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue