Jieiku / abridge

Fast & Lightweight Zola Theme
https://abridge.pages.dev/
MIT License
168 stars 45 forks source link

Wrong MIME type #61

Closed simbleau closed 2 years ago

simbleau commented 2 years ago

Ignore the large amount of stuff, didn't realize my auto formatting got in.

There was only one change: fix <link href=https://blog.imbleau.com/atom.xml rel=alternate title=RSS type=application/rss+xml> to the MIME type atom+xml

netlify[bot] commented 2 years ago

Deploy Preview for abridge ready!

Name Link
Latest commit 992776606318da8f50da44b874c93cc6096287b4
Latest deploy log https://app.netlify.com/sites/abridge/deploys/6290bcf8e4fc7600071c8b93
Deploy Preview https://deploy-preview-61--abridge.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Jieiku commented 2 years ago

Awesome, thanks for spotting this, will fix it now.

Jieiku commented 2 years ago

This is Fixed, please note that in the config.toml I had the feed defined twice, because zola already had a definition for this file which I overlooked.

The config value config.extra.rss_atom_feed has been removed, and the standard zola config.feed_filename is used.

So long as config.feed_filename contains the string atom then it will treat the Mime Type has an atom stream, otherwise it will default to rss.