I'm building a template for a one page website and have run into a small problem with the admin view page links.
Because my site is built with content blocks rather than pages there is no header and footer for each block, only the homepage needs to pull in the header and footer for the site. As a result clicking to view a page in the admin shows the page content but with zero styling. This is obviously not ideal for clients so I'd like to find a better solution.
Here's a rough idea of the site structure:
Home (header & footer)
Page 1
Content Block 1
Content Block 2
Page 2
Content Block 3 etc etc
My page's use an anchor # for the url eg #contact so Ideally when the user clicks on the page they'd be redirected to that relevant anchor. I know this might be complicated to achieve so all I really need to do is redirect all pages to the homepage (parent).
Any idea how I would go about this?