bug: title of main homepage is not set from project description #112
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
the full render of the home page (any language) is not using the project description as title as it is done in bDS2. This is required, since the main home page otherwise just has no title showing.
Implemented in commit
085a3e8. Root and localized home routes now receive the bDS2-compatible core archive context, so existing Liquid list templates render the project description as the visible homepage heading while retaining it as the document title. Updated the Allium ArchiveContext contract and README, and added a full-generation regression test covering main and secondary languages. Verified with cargo fmt --check, cargo build --workspace, Clippy with -D warnings, cargo test --workspace, allium check specs, and allium analyse specs. Neutral review against the issue, bDS2 build_root_outputs behavior, and the Allium template contract found no remaining gaps.