Skip to content

Commit a8fe862

Browse files
authored
Change largelinks ordering
1 parent cf2d66e commit a8fe862

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

src/_data/metadata.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,19 @@
3838
],
3939
"largelinks": [
4040
{
41-
"name": "Microblog",
42-
"url": "/microblog",
43-
"description": "Short and casual updates from life."
41+
"name": "Research Blog",
42+
"url": "/research",
43+
"description": "Writings on academic research and technical topics."
4444
},
4545
{
4646
"name": "Personal Blog",
4747
"url": "/blog",
4848
"description": "Longer musings on topics of personal interest."
4949
},
5050
{
51-
"name": "Research Blog",
52-
"url": "/research",
53-
"description": "Writings on academic research and technical topics."
51+
"name": "Microblog",
52+
"url": "/microblog",
53+
"description": "Short and casual updates from life."
5454
},
5555
{
5656
"name": "Writings",
@@ -84,4 +84,5 @@
8484
"source": "On the Origin of Species"
8585
}
8686
]
87-
}
87+
88+
}

0 commit comments

Comments
 (0)