summaryrefslogtreecommitdiff
path: root/examples/blog/src/consts.ts
diff options
context:
space:
mode:
authorGravatar Mark Peck <peck.mark@gmail.com> 2023-07-25 09:51:38 -0500
committerGravatar GitHub <noreply@github.com> 2023-07-25 09:51:38 -0500
commit8e14621659e86b4970f2486f13d8c7384f5ff9d9 (patch)
tree26d90d70f01961367bfea9b93c632f73208464e8 /examples/blog/src/consts.ts
parent0c1a26adc8ec9d6009dc9062cbe5165f88203d5f (diff)
downloadastro-8e14621659e86b4970f2486f13d8c7384f5ff9d9.tar.gz
astro-8e14621659e86b4970f2486f13d8c7384f5ff9d9.tar.zst
astro-8e14621659e86b4970f2486f13d8c7384f5ff9d9.zip
Blog theme styling updates (#7768)
* whole lotta updates and including some new fonts * update placeholders * fix mobile first child * remove experimental stuff * adding accessible text to header icon links * preloading font files * i did dum things --------- Co-authored-by: Tony Sullivan <tony.f.sullivan@outlook.com>
Diffstat (limited to 'examples/blog/src/consts.ts')
-rw-r--r--examples/blog/src/consts.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog/src/consts.ts b/examples/blog/src/consts.ts
index 1d5dbf632..b42411da8 100644
--- a/examples/blog/src/consts.ts
+++ b/examples/blog/src/consts.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 = 'My personal website.';
-export const SITE_DESCRIPTION = 'Welcome to my website!';
+export const SITE_TITLE = 'Astro Blog';
+export const SITE_DESCRIPTION = 'Welcome to my website!'; \ No newline at end of file