System information
I get the following error if there's no main title variable in config.toml:
Error: Failed to build the site
Error: Failed to render section '\?\C:\Users\foo\Desktop\Website\content_index.md'
Error: Reason: Failed to render 'index.html' (error happened in 'base.html').
Error: Reason: Tried to concat a value that is not a string or a number from ident prefix
This is the situation after going through First Steps with Zola. I think it's probably worth supporting sites without titles.
Zola version: 0.21.0
tabi version or commit: 886aa59
Expected behaviour
No error.
Actual behaviour
There's an error.
Steps to reproduce
-
Create a fresh Zola site with a minimal config.toml file that has tabi:
base_url = "https://ponderosagames.com"
theme = "tabi"
-
Run zola serve
Additional context
No response
Final checklist
System information
I get the following error if there's no main
titlevariable in config.toml:This is the situation after going through First Steps with Zola. I think it's probably worth supporting sites without titles.
Zola version: 0.21.0
tabi version or commit: 886aa59
Expected behaviour
No error.
Actual behaviour
There's an error.
Steps to reproduce
Create a fresh Zola site with a minimal config.toml file that has tabi:
Run
zola serveAdditional context
No response
Final checklist