From 01af14693c1b7db2d333b439276fa8f9ab2b80c8 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 20 Mar 2025 13:50:37 -0700 Subject: [PATCH] chore: Add Jekyll front matter to index.html for templating support --- aider/website/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aider/website/index.html b/aider/website/index.html index 5bb90d0b0..a6f0b3a4d 100644 --- a/aider/website/index.html +++ b/aider/website/index.html @@ -1,3 +1,6 @@ +--- +layout: none +---