Update intro text
This commit is contained in:
parent
0928194ca1
commit
b375f0a16a
|
@ -10,11 +10,9 @@ use: [posts]
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<header class="mb-6">
|
<header class="spaced-y-4 mb-6">
|
||||||
<p class="text-lg">
|
<p class="text-lg">Everything I've ever published on my site, in reverse chronological order.</p>
|
||||||
Everything I've ever published on my site, in reverse chronological order.
|
<p class="text-lg">You can also subscribe via <a href="/feed">the RSS feed</a>.</p>
|
||||||
You can also subscribe to my articles via <a href="/feed">the RSS feed</a>.
|
|
||||||
</p>
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="-mx-4 spaced-y-4">
|
<div class="-mx-4 spaced-y-4">
|
||||||
|
|
Reference in a new issue