From ed4f85665186ceeea9c3370afcabe998da1265b9 Mon Sep 17 00:00:00 2001 From: Christian Franzl Date: Thu, 2 Jan 2025 16:03:08 +0100 Subject: [PATCH] Update documentation --- content/blog/mastering-tabi-settings/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/blog/mastering-tabi-settings/index.md b/content/blog/mastering-tabi-settings/index.md index afc8503..3cbfb1f 100644 --- a/content/blog/mastering-tabi-settings/index.md +++ b/content/blog/mastering-tabi-settings/index.md @@ -495,6 +495,17 @@ path = "about" Notice how the `path` is set to `about`. Zola will place the page at `$base_url/about/`. If you'd like to have the page available at `/contact/`, you'd set `path = "contact"`. +The `info-page.html` template can also be used to create landing pages at the path root (`"/"`). To do that, the `content/_index.md` file should look like this: + +```markdown ++++ +title = "Landing Page Title" +template = "info-page.html" ++++ + +Place your landing page Markdown content here. +``` + --- ## SEO