Hi Guys,
I'm using some globals_asset keywords in my design on a 5.4.1 system. I need to access metadata of the current page for some modifier logic on each page. This works for every page, apart from the site URL. The globals_asset keywords accesses data from the site asset instead of the index asset as specified in "Special page links". So %globals_asset_name% would be "site name" on www.site.com/ but "Home" on www.site.com/home.
Is this working as expected and if so, is there anyway to access only the page asset data? It was a bit surprising for me because everything else on the site URL usually mirrors that on the /home (index) URL. I could imagine it might be a bit hacky to make it different just for the index page.
Chris