Closed neeteshp closed 9 months ago
This looks like zola is looking for content/_index.fi.md
when you added to content/_index.md
. If that key isn't present on _index.fi.md
, it makes sense that it won't render properly.
@xNS5 It worked, thanks.
When I try to add custom variables in templates/index.html, it throws error.
content/_index.md
\ templates/index.html
[extra]
lead = 'Navigating' url = "getting-started/" url_button = "Get started" test = "Test"\ Error - Error: Failed to build the site Error: Failed to render section '/home**/content/_index.fi.md' Error: Reason: Failed to render 'index.html' Error: Reason: Variable
section.extra.test
not found in context while rendering 'index.html'