summaryrefslogtreecommitdiff
path: root/src/_includes/page.vto
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-12 20:29:15 -0500
committerseth <[email protected]>2024-02-13 00:24:08 -0500
commit2cbc22348ef038181e1dc89635a3be005604a4ca (patch)
tree33a33ffe0203b730078d01c5d7d3951239619ca9 /src/_includes/page.vto
parent05780c6b2d8b184122a32095c50363a6c8617d64 (diff)
back to astro
Diffstat (limited to 'src/_includes/page.vto')
-rw-r--r--src/_includes/page.vto23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/_includes/page.vto b/src/_includes/page.vto
deleted file mode 100644
index 616ae4c..0000000
--- a/src/_includes/page.vto
+++ /dev/null
@@ -1,23 +0,0 @@
----
-links:
- - name: home
- url: "/"
- - name: miniflux
- url: "https://miniflux.mydadleft.me"
- - name: github
- url: "https://github.com/getchoo"
----
-
-
-<!DOCTYPE HTML>
-<html lang="en">
-{{ comp.head({ title, description }) }}
-<body class="bg-base text-text p-5 lg:p-0 text-md md:text-lg antialiased max-w-screen-md mx-auto my-10">
- <h1>
- <b>getchoo's website 🦕</b>
- </h1>
- {{ comp.nav({ links }) }}
- {{ content }}
- {{ comp.footer() }}
-</body>
-</html>