Skip to content

Commit a79c128

Browse files
authored
fix: add order for home and about pages (#1202)
1 parent fc28e66 commit a79c128

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/about.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: About - Alex Dobin
33
eleventyNavigation:
44
key: about
5+
order: 2
56
---
67
# About Alex
78

src/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Alex Dobin - alexdobin.com
33
eleventyNavigation:
44
key: home
5+
order: 1
56
---
67
# Alex Dobin
78

0 commit comments

Comments
 (0)