You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@shelvick Thanks for reporting this issue. However I don't think sitemap should subclass content but rather index. From hacking.md
Roughly speaking, a POST is a blog entry and an INDEX is a
collection of POSTs or other content. An INDEX really only serves to
group a set of content objects on a page, it isn't content itself.
This used to be the case. We should probably see what is needed to restore that. I think it may be asserting a route for the sitemap in the config
The sitemap object doesn't inherit from content. Quick and easy patch works for me:
The text was updated successfully, but these errors were encountered: