mirror of
https://codeberg.org/andyscott-pages/andyscott-dot-me.git
synced 2024-12-21 17:23:10 -05:00
Change theme
This commit is contained in:
parent
196e355094
commit
4810f071ec
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ const { image, title = SITE_TITLE, description = SITE_DESCRIPTION } = Astro.prop
|
|||
---
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" data-theme="dark">
|
||||
<html lang="en" data-theme="coffee">
|
||||
<head>
|
||||
<BaseHead title={title} description={description} image={image} />
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue