Commit Graph

7 Commits

Author SHA1 Message Date
Che d5c3dbb4c6 Removed duplicated code
Was refactoring it out then realized that all pages extend index.html
Therefore the variable was already in the available context on all pages
2022-07-24 21:06:17 -04:00
Che c50ccf9fb1 Add support for ugly urls to allow for offline sites with no webserver 2022-07-23 04:43:44 -04:00
Che a92ff6c9b4 Fix missing safe filter 2022-06-02 21:35:30 -04:00
Che 6253b43174 Add minimal support for subsections 2022-06-02 21:35:30 -04:00
Che c88c34eff6 Handle the case where a section has no pages 2022-06-02 21:35:30 -04:00
Che e390130d26 Remove unnecessary white space
Adding a "-" before the "%}" removes white space after the statement.

Source: https://tera.netlify.app/docs#whitespace-control
2022-06-02 21:35:30 -04:00
Che 8e4b42511a Add default section template
- Prevent "Welcome to Zola!" message if user manually navigates to
  section page (Navigate to a page then remove last part of url)
- Implementation shows the pages in this section if the section content
  has no words.
2022-05-29 05:02:38 -04:00