Results 49 comments of Andrea Moro

I know that I can add a new field, in fact I have temporarily added a field called description to override the problem. But if I forget to add the...

Well, but if I do something like this ``` {%- if entry is defined %} {{ entry.headertitle | e }} {{ entry.headersubtitle | e }} {%- endif %} ``` I...

Well, actually the view page inherit from entry, so technically the entry exists in the context. Anyway, below there is the bit that you may be interested into. It's not...

A potential workaround is creating a specialised page with the ```blog: nameoftheblog``` clause in the FrontMatter. Credit to epochwolf and this thread (appeared after several searches). https://forum.middlemanapp.com/t/mulitple-blogs-specify-the-blog-name-blog-name-in-frontmatter-how/1588/2

@clstudio haven't tried your solution, but I believe you still need to do something like ```blog("blogID")....``` to get this working properly.

Welcome to the club then @clstudio . I tell you what I've done to "fix" so far: 1) two separate instances of blogcontroller, with the prefix getting the stuff into...

@iwarner what about having something in the after_configuration method that reads all the current path and overwrite both the ```:options=>{:locale=>:en, :lang=>:en}, :locals=>{:lang=>:en, :locale=>:en}``` settings? Though, I suspect I may have...

That's what I'm trying to achieve, but was unsuccessful so far. Does your content reside into a single folder, with the language identifiable via the path? Would you mind sharing...

So kind of you @iwarner Let me have a look into it and, yes I can see the ```ready do``` function already being a nice trick to make the locale...

Ok, I think I nailed down the issue with my configuration, which requires the ```.preserve_locale = true```. By having this setting on, the blog extension seems to correctly import the...