Ian Warner
Ian Warner
Michael are you going to support in the future both version 1 and 2 of Zend? I will fix in the 2 strand first, decided after playing with 2 that...
@andreamoro Yes there does seem to be issue with the page_articles not taking into account the options provided #242 I need to create more tests for this. Do remember though...
@clstudio @andreamoro I have created the following : https://iwarner.github.io/middleman-blog-test With the source code here : https://github.com/iwarner/middleman-blog-test This outlines some of the setup I do - please check out the config.rb...
Hiya Can you check the __middleman sitemap and make sure Tags / Archive pages have the correct locale option
Yeah this is why I have the routine to push in the locale options. need to add template : true in the tag template frontmatter.
This is why I created the repo and test site :) template: true - to files in here - https://github.com/iwarner/middleman-blog-test/tree/master/source/template
Make sure you also have ``` ## # Build-specific configuration ## configure :development do # Better errors Gem use BetterErrors::Middleware BetterErrors.application_root = __dir__ end ```
Thx added
Thx for the gist example - looks better for sure - will try the suggestion ASAP Many thanks
Result in testing Next and Previous Links: 1. page/{num} = http://localhost:8080/page/2/index.html 2. page/{num}.html = http://localhost:8080/page/2.html/index.html I will start a brand new project now and test code on index page of...