various fixes for the blog including prismjs highlighting, colour schemes and embedding media
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 23s

Signed-off-by: rodude123 <rodude123@gmail.com>
This commit is contained in:
2024-02-11 23:13:58 +00:00
parent 591db4dfa3
commit 646cfa6561
20 changed files with 95 additions and 471 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ class userRoutes implements routesInterface
private Auth $samlAuth;
/**
* constructor used to instantiate a base user routes, to be used in the index.php file.
* constructor used to instantiate base user routes, to be used in the index.php file.
* @param App $app - the slim app used to create the routes
* @throws Error
*/
@@ -214,4 +214,4 @@ class userRoutes implements routesInterface
return $response->withStatus(500);
});
}
}
}