From e338118a4be355313ea672fae6cf777fcb0e1474 Mon Sep 17 00:00:00 2001 From: Ori Nachum Date: Thu, 9 Apr 2026 01:05:30 +0300 Subject: [PATCH] Fix jekyll-sitemap plugin indentation in _config.yml The sitemap plugin entry was nested under jekyll-relative-links instead of being a sibling list item, causing the Jekyll build to fail. Co-Authored-By: Claude Opus 4.6 (1M context) --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index d4126eb..5b88901 100644 --- a/_config.yml +++ b/_config.yml @@ -23,7 +23,7 @@ footer_content: >- plugins: - jekyll-seo-tag - jekyll-relative-links - - jekyll-sitemap + - jekyll-sitemap relative_links: enabled: true