lektor / lektor-atom

Lektor Atom plugin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using a template for rendering the body

jonasvp opened this issue · comments

commented

I need the full body in the RSS feed - but it's rendered somewhat elaborately in a template.

Is there any way to render a complete template into the body?

I needed this too, so I made a fork:
https://github.com/kwellman/lektor-atom

I also made some fixes for bugs I ran into.

Just set the body_template field in atom.ini to the filename of your template. You can access the item body in your template with the body variable.

@kwellman could you open a PR to port this into this plugin?

commented

This is still an issue for me. Any way to get the PR merged? I'd be happy to help work on it if necessary.