문제

In the ATOM feeds (RSS) for my site created with Pelican, the URLs and images with a relative path point to http://feeds.feedburner.com/blogname/whatever instead of my site's path.

I have the SITEURL and Relative_URLS = False settings in Pelican. What else can I do to get the feeds to use absolute instead of relative paths?

I know there is an xml:base setting, but I don't know how to get Pelican to use it?

도움이 되었습니까?

해결책

OK, googling around, it seems like there's no way to do this. I'm going to have to resort to rewriting all the feed content by hacking the feed writer with absolute image paths and link URLs.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top