better title/desc for homepage

This commit is contained in:
Paul Gauthier 2023-05-16 06:48:20 -07:00
parent 1575e885b7
commit 7074db7ea4
2 changed files with 8 additions and 1 deletions

View file

@ -1 +1,8 @@
theme: jekyll-theme-cayman
defaults:
- scope:
path: "README.md"
type: "pages"
values:
description: "Command-line chat tool for coding with GPT-4"

View file

@ -20,7 +20,7 @@
<header class="page-header" role="banner">
{% if page.url == "/" %}
<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 %}
<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>