fedora-infra / statusfpo

status.fedoraproject.org
8 stars 21 forks source link

Don’t write all feeds as JSON #45

Closed nphilipp closed 7 months ago

nphilipp commented 7 months ago

As there is only one writer object in Pelican, the JSONWriter class must dispatch to its parent class so other content types are processed correctly.

See: https://docs.getpelican.com/en/latest/plugins.html#adding-a-new-writer

Fixes: #43