fix: Properly indent cog directive in index.html

This commit is contained in:
Paul Gauthier (aider) 2025-03-28 15:51:18 -10:00
parent ae371cb362
commit d8e1816774

View file

@ -239,7 +239,7 @@ aider --model o3-mini --api-key openai=&lt;key&gt;</code></pre>
<script>
// Testimonials dynamically loaded from README
<!--[[[cog
<!--[[[cog
from scripts.badges import get_testimonials_js
text = get_testimonials_js()
cog.out(text)