diff --git a/src/components/newtab.astro b/src/components/newtab.astro new file mode 100644 index 0000000..313630d --- /dev/null +++ b/src/components/newtab.astro @@ -0,0 +1,7 @@ +
+ { + Object.keys(Astro.props.entries).map(k => ( + {k}
+ )) + } +
\ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index a22fa0a..9009af7 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -9,6 +9,6 @@ import Base from '../layout/Base.astro'

Check me out on

Github
Last.fm
- Twitter
+ Fediverse
Youtube
diff --git a/src/pages/newtab.astro b/src/pages/newtab.astro index 51c8208..c2cae57 100644 --- a/src/pages/newtab.astro +++ b/src/pages/newtab.astro @@ -1,14 +1,14 @@ --- import Base from '../layout/BaseHeaderless.astro' +import Newtab from '../components/newtab.astro' --- - Youtube
- Twitter
- git.ruthenic.com
- Github
- Reddit
- ruthenic.com
- AO3 (Archive Of Our Own)
- Hazbin Hotel Wikia
+