Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,9 @@ new templates or partials:
└─ main.html # Default page
```

The contents of these files can be found in the
[Zensical UI repository on GitHub][theme templates].

### Custom templates

Some of your pages may need a different structure. Say, you want to have a
Expand Down Expand Up @@ -525,4 +528,5 @@ configuration:
[template]: authoring/frontmatter.md#page-template
[template language provided by MiniJinja]: https://docs.rs/minijinja/latest/minijinja/syntax/index.html
[template option]: authoring/frontmatter.md#page-template
[theme templates]: https://github.com/zensical/ui/tree/master/dist
[theme structure]: #theme-structure