tangled
alpha
login
or
join now
vielle.dev
/
site-archive
0
fork
atom
[Archived] Archived WIP of vielle.dev
0
fork
atom
overview
issues
pulls
pipelines
Add nav to index
vielle.dev
8 months ago
588f6fc7
353166ba
verified
This commit was signed with the committer's
known signature
.
vielle.dev
SSH Key Fingerprint:
SHA256:/4bvxqoEh9iMdjAPgcgAgXKZZQTROL3ULiPt6nH9RSs=
+4
-1
1 changed file
expand all
collapse all
unified
split
src
pages
index.astro
+4
-1
src/pages/index.astro
···
1
1
---
2
2
import Base from "@/Base.astro";
3
3
+
import Nav from "@/components/navigation/Nav.astro";
3
4
---
4
5
5
5
-
<Base />
6
6
+
<Base>
7
7
+
<Nav />
8
8
+
</Base>
6
9
7
10
<style>
8
11
body {