Hello there,
i ve setup a route like /keyword -> /blog/keyword in the site.yaml. If the the page is invoked by this route the following find doesnt work as expected:
<div class="links">
{% set _p_links = page.find('/_footer/links') %}
{{_p_links.content}}
</div>
The weired thing is that the _p_links object isn't empty. It points to the /blog/keyword/blog.md.
Does a custom route break such find instructions in general?
I use my own theme. All is up to date.
Thank u in advance.
np