Hi Vitaliy
Thank you for the updates.
From experience, there is a different between:
<%!! Context:CurrentIndex.GetUrl() !!%>
and
<%!! Context:CurrentPage.GetUrl() !!%>
GetUrl() from CurrentIndex produce links of type reference, so page
builder do not crawl
GetUrl() from CurrentPage produce links of type connected, so page
builder crawls
The navigation manager documentation advocates the use of
CurrentIndex.GetUrl() in navigation templates, which is correct.
It has been a best practice since version 7.5 for us to include
<!--<!IoRangeList><%lst_Navigation%><!/IoRangeList>-->
as part of the foundation page code so page publishing works the exact
same way prior to the use of navigation manager.
On Jan 26, 1:42 pm, Vitaliy Rabotnik <
vitaliy.rabot...@gmail.com>