main rss feed combines posts and recipes
This commit is contained in:
parent
0dde8aff3d
commit
02732645da
3 changed files with 10 additions and 9 deletions
|
@ -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 -%}
|
||||
"
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue