fix(base.liquid): removes 'all' rss feed from header as most discovery services surface 4 feeds

This commit is contained in:
Cory Dransfeldt 2025-04-27 17:42:45 -07:00
parent d745b153c3
commit f85f47bbd4
No known key found for this signature in database
3 changed files with 3 additions and 4 deletions

View file

@ -11,4 +11,3 @@
<link rel="alternate" href="{{ globals.url }}/feeds/links.xml" title="Links • {{ globals.site_name }}" type="application/rss+xml" />
<link rel="alternate" href="{{ globals.url }}/feeds/movies.xml" title="Movies • {{ globals.site_name }}" type="application/rss+xml" />
<link rel="alternate" href="{{ globals.url }}/feeds/books.xml" title="Books • {{ globals.site_name }}" type="application/rss+xml" />
<link rel="alternate" href="{{ globals.url }}/feeds/all.xml" title="All activity • {{ globals.site_name }}" type="application/rss+xml" />