forked from lavender-legacy/lavender.software
Format main_page.rs
parent
68209baa77
commit
955e6765e4
|
@ -29,7 +29,11 @@ pub fn main_page(ctx: &BuildContext) -> Result<()> {
|
||||||
("charlotte som", "https://som.codes/", "founder"),
|
("charlotte som", "https://som.codes/", "founder"),
|
||||||
("agatha rose", "https://agatharose.dev/", "meow"),
|
("agatha rose", "https://agatharose.dev/", "meow"),
|
||||||
("maya", "https://1312.gay/", "chief director of maya"),
|
("maya", "https://1312.gay/", "chief director of maya"),
|
||||||
("Luna Lulu", "https://lunaisa.dev", "resident capitalist (haha because her name is capitalised)")
|
(
|
||||||
|
"Luna Lulu",
|
||||||
|
"https://lunaisa.dev",
|
||||||
|
"resident capitalist (haha because her name is capitalised)",
|
||||||
|
),
|
||||||
];
|
];
|
||||||
|
|
||||||
ctx.write(
|
ctx.write(
|
||||||
|
|
Loading…
Reference in New Issue