jekyll / jekyll-feed

:memo: A Jekyll plugin to generate an Atom (RSS-like) feed of your Jekyll posts
MIT License
847 stars 206 forks source link

why the chrome request for null layout? #366

Closed rangercyh closed 2 years ago

rangercyh commented 2 years ago

I have add a feed.xml in my site something like this

---
layout: null
---

<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  ......

and then use chrome to open my site found it request for null and can not found, how can I solve it.

QQ截图20220215191241 QQ截图20220215191256

ashmaroli commented 2 years ago

Perhaps some weird configuration. If your repository is public, could you provide us with the link to it?

rangercyh commented 2 years ago

Perhaps some weird configuration. If your repository is public, could you provide us with the link to it?

you may see at this :http://marc-b-reynolds.github.io/

ashmaroli commented 2 years ago

Could not reproduce with the given repository, @rangercyh. Please provide exact steps you've followed.

rangercyh commented 2 years ago

Could not reproduce with the given repository, @rangercyh. Please provide exact steps you've followed.

Ok, I found maybe this is a chrome problem. When I use Edge to open my web site, it didn't request for the null page, but chrome did.