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
I thought I would try to fix this in #142
Changing to make sure that join() never gets a None value was simple enough but as far as I can see, the url should never have the language set in the URL. So I removed that block of code instead.
Describe the bug
All my posts directly located under path
blog
, but in the generated atom.xml, all post URL has a extra "zh_CN" insuffix:The correct URL should be https://silverrainz.me/blog/idf-reverse-writeup.html
The full atom.xml file: https://gist.github.com/SilverRainZ/88a706344449d8f7f9fd587ac52e1e94
To Reproduce
Have multiple entries in your
blog_languages
confval, for example:I have the following snippet in my
conf.py
:If I changes the conf to:
Everything goes well.
What happened?
No response
Expected behavior
No response
Screenshots
No response
System Details
Installation method
No response
The text was updated successfully, but these errors were encountered: