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
---
2
import Base from "@/Base.astro";
0
3
---
4
5
-
<Base />
0
0
6
7
<style>
8
body {
···
1
---
2
import Base from "@/Base.astro";
3
+
import Nav from "@/components/navigation/Nav.astro";
4
---
5
6
+
<Base>
7
+
<Nav />
8
+
</Base>
9
10
<style>
11
body {