chore: style cleanup

This commit is contained in:
Cory Dransfeldt 2024-08-12 19:44:13 -07:00
parent c3cf28179a
commit 552b342051
No known key found for this signature in database
31 changed files with 62 additions and 78 deletions

View file

@ -8,7 +8,7 @@ pagination:
permalink: "/links/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html"
---
{% if pagination.pageNumber == 0 %}
<h2 class="page-header">Links</h2>
<h2>Links</h2>
<p>These are links I've liked or otherwise found interesting. They're all added manually, after having been read and, I suppose, properly considered.</p>
{% render "partials/blocks/banners/rss.liquid", url: "https://coryd.dev/feeds/links", text: "Subscribe to my links feed or follow along on this page" %}
<hr />