LerNetz AG
I've set up my site in a way that the page on which the blog posts are listed is the home page ( URL is /:filter?/:slug? )
This works without a problem, but if I add another page let's say /about and have a link in my layout
<li class="{% if this.page.id == 'blog' %}active{% endif %}"> <a href="{{ 'blog'|page }}">Blog</a> </li>
which should link back to my home page, the link is rendered as http://mysite.com/default instead of http://mysite.com/
Am I missing something?
Edit: Seems like the current filter and slug attribute are always passed on to all other pages (i.e. /tag/testtag )
Last updated
1-3 of 3