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
|
|
@ -19,10 +19,10 @@
|
|||
{% block content %}
|
||||
<article class="prose dark:prose-dark md:prose-base lg:prose-lg prose-img:rounded hyphens-auto">
|
||||
<header>
|
||||
<h3 class="text-3xl md:text-5xl">
|
||||
<h1 class="text-3xl md:text-5xl">
|
||||
{{ article.title }}
|
||||
<a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}" class="no-underline text-rp-dawn-overlay">#</a>
|
||||
</h3>
|
||||
</h1>
|
||||
<ul class="list-none border-b-2 border-rp-dawn-overlay dark:border-rp-moon-overlay">
|
||||
<li>
|
||||
<span class="flex items-center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue