mirror of
https://codeberg.org/andyscott-pages/andyscott-dot-me.git
synced 2024-12-22 01:33:11 -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>
|
<!DOCTYPE html>
|
||||||
<html lang="en" data-theme="dark">
|
<html lang="en" data-theme="coffee">
|
||||||
<head>
|
<head>
|
||||||
<BaseHead title={title} description={description} image={image} />
|
<BaseHead title={title} description={description} image={image} />
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue