Updated jekyll taglines

This commit is contained in:
Paul Gauthier 2023-06-08 16:36:51 -07:00
parent c401729926
commit fc527ef2cf
2 changed files with 2 additions and 2 deletions

View file

@ -5,4 +5,4 @@ defaults:
path: "README.md"
type: "pages"
values:
description: "A command-line chat tool for coding with GPT-4"
description: "A command-line chat tool for coding with GPT"

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">GPT-4 powered coding in your terminal</h2>
<h2 class="project-tagline">GPT 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>