Update feed publishing
Remove RSS. As Tess said, it's a pile of hacks and conflicting specs. Better to use Atom. I was only ever linking to Atom feeds anyway.
This commit is contained in:
parent
f19de6f8fc
commit
7274f9ce74
5 changed files with 17 additions and 7 deletions
|
@ -11,6 +11,12 @@ main:
|
|||
name: About
|
||||
url: /about/
|
||||
weight: 30
|
||||
- identifier: feed
|
||||
name: feed
|
||||
url: /feed.atom
|
||||
weight: 40
|
||||
params:
|
||||
style: file
|
||||
social:
|
||||
- identifier: mastodon
|
||||
name: Mastodon
|
||||
|
@ -31,7 +37,7 @@ social:
|
|||
params:
|
||||
shortName: ig
|
||||
- identifier: feed
|
||||
name: Feed
|
||||
name: feed
|
||||
url: /feed.atom
|
||||
weight: 40
|
||||
params:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue