Customize Homepage Layout

You can easily change the sections order of the theme by follow these steps below:

  1. Open index.hbs file

  2. Every 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

  3. 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