This commit is contained in:
Paul Gauthier 2023-08-08 08:02:56 -03:00
parent 20c7eb549c
commit fe44627042

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