You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I could change things with this and #28. If there is a post directory then use a postTemplate.html otherwise use pageTemplate.html. This should allow for applying the a template to non-post pages e.g. aboutus.html
graph TD
A[Partials] --> B[Page1]
G[Page Template] --> B
H[Post Template] --> C
A --> C[Posts]
C --> D[Post1]
C --> E[Post2]
C --> F[Post3]
During the generation phase the loop does not consider sub folders under partials, e.g.
partials/foo/bar.html
The text was updated successfully, but these errors were encountered: