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"),
|
||||
("agatha rose", "https://agatharose.dev/", "meow"),
|
||||
("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(
|
||||
|
|
Loading…
Reference in New Issue