-
Notifications
You must be signed in to change notification settings - Fork 4
2.4 Page layouts
Daniel Pett edited this page Dec 19, 2018
·
2 revisions
As you will see pages have different layouts depending on what they show. This is controlled from files in the _layouts folder and is pretty straight forward. The table below details the section and the layout file that is used:
Section | Layout |
---|---|
Coffins | coffins |
News | news |
Nespawershefyt | coffins |
Nakhtefmut | coffins |
Pakepu | coffins |
Team | team |
Senuitef | coffins |
Error pages | errors |
Pretty logical hey?! So if you want to edit the layout, you need to edit the corresponding file. So for example to edit the coffins page layout, you would edit the file _layouts/coffins.html which is a mix of HTML and Liquid tags (look for angle brackets and percentage marks for these.)