Regarding absoluteURL
This is true for {{url}}
and {{permalink}}
as well. Instead of displaying as website.com/page
, it displays as website.com/page
. Any help would be appreciated.
You can avoid this using three curly braces (which renders the value without running it through a text escaping function):
{{{url}}}
Answered 3 years ago ·
Edit answer