Is there a way to change the URL to a custom page? For Example - If I title the page "The Brand", the URL will automatically be mystoreurl.com/the-brand. What if I want it at mystoreurl.com/brand?
Or what if I title a page "Frequently Asked Questions" - how do I get the link to be /faq instead of the auto-generated /frequently-asked-questions?
I see that there is this code at the top - would that help?
<body id="{{ page.permalink }}" class="{{ page.category }}">
Starting from scratch:
That should do it!