From ad81467c968f46911e9c69e96985dc3ee480044e Mon Sep 17 00:00:00 2001 From: Manuel Ernesto Garcia Date: Tue, 27 Sep 2022 11:50:52 -0400 Subject: [PATCH] updating template tags --- src/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.ts b/src/config.ts index 153e9d6..e3772c8 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,5 +1,5 @@ // Place any global data in this file. // You can import this data from anywhere in your site by using the `import` keyword. -export const SITE_TITLE = 'Astro Personal Website Template'; -export const SITE_DESCRIPTION = 'Astro personal website template'; +export const SITE_TITLE = 'Astro Minimalist Personal Website Template'; +export const SITE_DESCRIPTION = 'Astro Minimalist Personal Website template with Project Section, CV Section, Paginated Blog, RSS Feed, SEO Friendly, Visual themes and Responsive Desing.';