fix(base.liquid): removes 'all' rss feed from header as most discovery services surface 4 feeds
This commit is contained in:
parent
d745b153c3
commit
f85f47bbd4
3 changed files with 3 additions and 4 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue