forked from github/pelican
feat: use Tailwind typography and implement rose pine, WIP
This commit is contained in:
parent
de5b3aec04
commit
08e2883d56
13 changed files with 4750 additions and 115 deletions
|
|
@ -3,6 +3,9 @@
|
|||
{% block title %}{{ SITENAME|striptags }} - Archives{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div class="prose prose-slate md:prose-lg lg:prose-xl">
|
||||
|
||||
<h2>Blog post archive</h2>
|
||||
|
||||
All blog posts ever published.
|
||||
|
|
@ -13,4 +16,5 @@
|
|||
<dd><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></dd>
|
||||
{% endfor %}
|
||||
</dl>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue