1
0
Fork 0
forked from github/pelican

feat: use Tailwind typography and implement rose pine, WIP

This commit is contained in:
Oliver Ladner 2024-10-26 00:28:57 +02:00
commit 08e2883d56
13 changed files with 4750 additions and 115 deletions

View file

@ -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 %}