lektor / lektor-tags

For each tag on your site, build a list of pages with that tag. This can be used for standard tag-based blog navigation.
MIT License
27 stars 6 forks source link

Multiple parent paths to alternatives #17

Open humrochagf opened 5 years ago

humrochagf commented 5 years ago

I am trying to use this plugin at my personal blog, but I am having trouble to configure it under the alternatives.

Currently, I have /blog for my main language posts and /blog/en for the English translation of my posts.

Is there any way to make it work with that structure?

maluramichael commented 4 years ago

I have the same problem. Everytime i use multiple languages all links to the tags are going to /blog/en

<a href="{{ ('/blog@tag/' ~ t)|url }}">{{ t }}</a>