Hi
I'm looking for some advice on how people handle this situation - I've got some modular pages that I want to create anchor links to from other pages on the site. How do you create the links?
I've been using the slug field and adding {{ page.slug }} to my templates. This works but slug url isn't ideal for a number of reasons, one of which is the url itself starts with a _ which isn't really user friendly.
So how are other people doing this - custom field, js/php script, something else?
Thanks