lektor / lektor-atom

Lektor Atom plugin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`{{ 'blog@atom/main'|url }}` does not work

paternal opened this issue · comments

commented

I correctly set this plugin for my website (the feed.xml is correctly generated), but the template snippet {{ 'blog@atom/main'|url }} (given in this project README) is not rendered correctly: it produces the url /blog/blog@atom/main, which is a dead link. I expected it to be rendered as /blog/feed.xml.

I set up a minimum working example in branch atom of project paternal/lektor-mwe (basic blog was built in paternal/lektor-mwe@c349f9f) ; atom plugin was enabled in paternal/lektor-mwe@273349e).

Environment

$ python --version
Python 3.6.6
$ lektor --version
Lektor, version 3.1.1
$ pip --version
pip 10.0.1
$ lektor plugins list
atom (version 0.3)

I would appreciate help about how to fix this.

commented

My configuration was wrong. I fixed it.

Sorry for the noise…