From cfe0620aa921a1e4041ac3a6780b0f156676f90c Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 12 Apr 2023 01:12:45 +0200 Subject: [PATCH] typo --- src/routes/contrib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/contrib.rs b/src/routes/contrib.rs index d31cd5b..14489f3 100644 --- a/src/routes/contrib.rs +++ b/src/routes/contrib.rs @@ -82,7 +82,7 @@ pub async fn get_page(config: Config) -> std::string::String { }); config.tmpl.render( - "contrib2.html", + "contrib.html", PortfolioTemplate { projects: data .iter()