From e9b5481136949a6f7f67ae86fc86d36d77ad5bbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Mon, 18 May 2020 13:05:41 +0200 Subject: [PATCH] Add Computational Chemistry Comparison and Benchmark Database to external links --- config.toml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 889070ef..d77fdf6d 100644 --- a/config.toml +++ b/config.toml @@ -74,27 +74,33 @@ theme = "beautifulhugo" url = "https://www.basissetexchange.org" weight = 3 +[[menu.main]] + parent="external" + name = "Computational Chemistry Comparison and Benchmark Database" + url = "https://cccbdb.nist.gov" + weight = 4 + [[menu.main]] parent="external" name = "Quantum Package" url = "https://quantumpackage.github.io/qp2" - weight = 4 + weight = 5 [[menu.main]] parent="external" name = "Dalton" url = "https://daltonprogram.org" - weight = 5 + weight = 6 [[menu.main]] parent="external" name = "MRCC" url = "https://gaussian.com" - weight = 6 + weight = 7 [[menu.main]] parent="external" name = "Gaussian" url = "https://gaussian.com" - weight = 7 + weight = 8 \ No newline at end of file