From 184d3283a3fc0e32fc1399f40af91152d5fe9318 Mon Sep 17 00:00:00 2001 From: Tomas Torsvik Date: Thu, 30 Nov 2023 14:21:55 +0100 Subject: [PATCH] Add comma ,,, --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 10f74ae..ae05887 100644 --- a/config.toml +++ b/config.toml @@ -49,7 +49,7 @@ navigation = [] logos = [ # { alt_text = "CodeRefinery logo", target_url = "https://coderefinery.org/", image = "coderefinery.png" }, # { alt_text = "CodeRefinery logo", target_url = "https://coderefinery.org/", image = "coderefinery.png" } - { alt_text = "INES logo", target_url = "https://www.noresm.org/", image = "ines.png" } + { alt_text = "INES logo", target_url = "https://www.noresm.org/", image = "ines.png" }, { alt_text = "CHESS logo", target_url = "https://chess.w.uib.no/", image = "chess_logo_FINAL_colour_featured.png" } ]