diff options
author | 2023-07-25 09:51:38 -0500 | |
---|---|---|
committer | 2023-07-25 09:51:38 -0500 | |
commit | 8e14621659e86b4970f2486f13d8c7384f5ff9d9 (patch) | |
tree | 26d90d70f01961367bfea9b93c632f73208464e8 /examples/blog/src/consts.ts | |
parent | 0c1a26adc8ec9d6009dc9062cbe5165f88203d5f (diff) | |
download | astro-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.ts | 4 |
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 |