mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 02:33:02 +00:00
added seconds alive to about page
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
---
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
import SecondsAlive from "../components/SecondsAlive.astro";
|
||||
---
|
||||
|
||||
<Layout currentPage="about">
|
||||
<h1 class="text-md">about page</h1>
|
||||
</Layout>
|
||||
<h1 class="text-md">about page</h1>
|
||||
<SecondsAlive client:react />
|
||||
</Layout>
|
||||
|
||||
Reference in New Issue
Block a user