feat: rss banner

This commit is contained in:
Cory Dransfeldt 2024-04-22 13:14:19 -07:00
parent df838e8513
commit 47925dc0c8
No known key found for this signature in database
5 changed files with 42 additions and 1 deletions

View file

@ -5,6 +5,12 @@ pagination:
data: collections.links
size: 30
---
{% if pagination.pageNumber == 0 %}
<h2 class="page-header">Links</h2>
{% render "partials/banners/rss.liquid", url: "https://feedpress.me/coryd-links", text: "Subscribe to my links feed or follow along on this page" %}
<p>These are links I've liked or otherwise found interesting.</p>
<hr class="large-spacing" />
{% endif %}
<ul class="link-list reduced-spacing">
{% for link in pagination.items %}
{% assign author = link.data.link | stripUtm | authorLookup %}