From 344018598a1237fec2ff1e4a090eeaecac3048f0 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 16 May 2023 05:29:07 -0700 Subject: [PATCH] wip: Changed title in _config.yml to use variables. --- _config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 981cf772c..1f25f3653 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,4 @@ theme: jekyll-theme-cayman -title: aider is GPT-4 powered coding in your terminal! - +title: config.title +description: config.description +tagline: config.tagline