I created two landing pages that should contain text, images and also a preview of the last X posts inside the corresponding category.
Example is the file _pages/kategorie__fotografie.md which has the following frontmatter:
The layout contains all pagination-logic and so on. I added content into the md-file which I expect to be shown on that landing page, however I'm not able to use any kind of liquid there. Once I do that the page won't render and calling the url will display the index.html.
When setting enabled: false I'm able to use liquid-tags on the page, so the issue is connected to jekyll-paginate-v2. For testing purposes I used {% link _pages/gallery.md %} as a liquid, goal is to use the cloudinary-liquid I also use on the index.html
I couldn't find any logging about possible issues, and using liquid in combination with the paginate-plugin is working fine at the index.html page.
I would highly appreciate your support or insights helping to solve the issue, thanks in advance.
I created two landing pages that should contain text, images and also a preview of the last X posts inside the corresponding category. Example is the file
_pages/kategorie__fotografie.md
which has the following frontmatter:Code of the page is available at https://github.com/gamue/gamue.github.io/
The layout contains all pagination-logic and so on. I added content into the md-file which I expect to be shown on that landing page, however I'm not able to use any kind of liquid there. Once I do that the page won't render and calling the url will display the
index.html
.When setting
enabled: false
I'm able to use liquid-tags on the page, so the issue is connected tojekyll-paginate-v2
. For testing purposes I used{% link _pages/gallery.md %}
as a liquid, goal is to use the cloudinary-liquid I also use on the index.htmlI couldn't find any logging about possible issues, and using liquid in combination with the paginate-plugin is working fine at the
index.html
page. I would highly appreciate your support or insights helping to solve the issue, thanks in advance.