From 78851e286375c0d1316b0884a0230a499bbcef52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Tue, 4 Aug 2026 15:43:53 +0200 Subject: [PATCH] fix: add link to templates/partials on GitHub MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Timothée Mazzucotelli --- docs/customization.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/customization.md b/docs/customization.md index fa6e2d5..6bc067b 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -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 @@ -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