mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
refactor: Rename badges.py to homepage.py and update imports
This commit is contained in:
parent
c99d96a700
commit
38da91becd
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ layout: none
|
||||||
|
|
||||||
<div class="stats-container">
|
<div class="stats-container">
|
||||||
<!--[[[cog
|
<!--[[[cog
|
||||||
from scripts.badges import get_badges_html
|
from scripts.homepage import get_badges_html
|
||||||
text = get_badges_html()
|
text = get_badges_html()
|
||||||
cog.out(text)
|
cog.out(text)
|
||||||
]]]-->
|
]]]-->
|
||||||
|
@ -262,7 +262,7 @@ aider --model o3-mini --api-key openai=<key></code></pre>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!--[[[cog
|
<!--[[[cog
|
||||||
from scripts.badges import get_testimonials_js
|
from scripts.homepage import get_testimonials_js
|
||||||
text = get_testimonials_js()
|
text = get_testimonials_js()
|
||||||
cog.out(text)
|
cog.out(text)
|
||||||
]]]-->
|
]]]-->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue