main rss feed combines posts and recipes

This commit is contained in:
Joshua Seigler 2025-07-03 01:07:32 -04:00
parent 0dde8aff3d
commit 02732645da
3 changed files with 10 additions and 9 deletions

View file

@ -4,13 +4,9 @@ eleventyComputed:
tag: "{{ page.fileSlug }}"
title: "{{ tag | capitalize }}"
rssUrl: "
{%- if tag == 'posts' -%}
/feed.xml
{%- else -%}
{%- if tag != 'music' -%}
/feeds/{{tag}}
/feeds/{{tag}}.xml
{%- endif -%}
{%- endif -%}
"
---