Closed svandragt closed 6 years ago
@svandragt is this still an issue?
No idea ive not used lektor for over a year
@svandragt any reason you are no longer using lektor?
I work with WordPress professionally now. Lektor is a good system :)
This is no longer an issue, the title of the post is replaced with the title of the model (in my case Status Post) in the feed, which is great.
I'm posting tweets to my Lektor blog which don't have a title. This works fine but causes issues with lector-atom ValueError: title is required.
Reproduce: create a blog post without title and publish it.
So the atom spec says that entry titles are required. But in RSS2 they are optional. I'm importing micro posts (tweets for example) which do not have a title. Lektor is fine with this. The model content file contains a title field but with an empt value. Could you perhaps allow an empty string?