Customize Homepage Layout
You can easily change the sections order of the theme by follow these steps below:
Open
index.hbs
fileEvery section will start with the comment look like this
{{!-- "Section Name" section --}}
And end with this comment
{{!-- End "Section" --}}
The default sections order looks like this
You can reorder the section by cutting the code lines and change the position of the section and save the file after you finished
Last updated