feat: rss banner
This commit is contained in:
parent
df838e8513
commit
47925dc0c8
5 changed files with 42 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Reference in a new issue