clstudio
clstudio
I can't get pagination, tags, and calendar to work with an i18n blog. The problem is the`page_articles` method. `blog.local_articles` works fine. I'm trying to create a replication repo within the...
@andreamoro It's not a solution :) I'm having massive problems myself and no idea how to fix it.
@andreamoro I have 4+ language blog all nicely managed in a single blog controller via {lang}. I tried several times to break it into 4+ separate blogs but failed tremendously...
@andreamoro The content resides as follows: ``` posts {lang} article.md ``` ``` activate :blog do |blog| blog.permalink = "{lang}/{title}.html" blog.sources = "posts/{lang}/{year}-{month}-{day}-{title}.html" blog.default_extension = ".md" blog.tag_template = "tag.html" # blog.calendar_template...