rss for every category

This commit is contained in:
Joshua Seigler 2025-07-02 02:10:05 -04:00
parent cd6347f8c2
commit 4480aeed3c
12 changed files with 89 additions and 88 deletions

View file

@ -7,7 +7,7 @@ useTitle: true
<main>
<section data-pagefind-body>
<ul class="collection">
{%- for item in collections.webroll -%}
{%- for item in collections.links -%}
<li>
<a href="{{item.url}}">{{item.data.title}}</a>
{%- if item.data.date -%}