mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +00:00
better title/desc for homepage
This commit is contained in:
parent
1575e885b7
commit
7074db7ea4
2 changed files with 8 additions and 1 deletions
|
@ -1 +1,8 @@
|
||||||
theme: jekyll-theme-cayman
|
theme: jekyll-theme-cayman
|
||||||
|
|
||||||
|
defaults:
|
||||||
|
- scope:
|
||||||
|
path: "README.md"
|
||||||
|
type: "pages"
|
||||||
|
values:
|
||||||
|
description: "Command-line chat tool for coding with GPT-4"
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<header class="page-header" role="banner">
|
<header class="page-header" role="banner">
|
||||||
{% if page.url == "/" %}
|
{% if page.url == "/" %}
|
||||||
<h1 class="project-name">aider</h1>
|
<h1 class="project-name">aider</h1>
|
||||||
<h2 class="project-tagline">aider is GPT-4 powered coding in your terminal</h2>
|
<h2 class="project-tagline">GPT-4 powered coding in your terminal</h2>
|
||||||
{% else %}
|
{% else %}
|
||||||
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
|
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
|
||||||
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
|
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue