From 877039ea75a8b0b08c1175e2ebce62309951792f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Tue, 1 Oct 2019 19:15:03 +0200 Subject: [PATCH] Add Dalton and MRCC external links --- config.toml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 49bba5da..b20087ea 100644 --- a/config.toml +++ b/config.toml @@ -70,8 +70,20 @@ theme = "beautifulhugo" url = "https://quantumpackage.github.io/qp2" weight = 6 +[[menu.main]] + parent="external" + name = "Dalton" + url = "https://daltonprogram.org" + weight = 6 + +[[menu.main]] + parent="external" + name = "MRCC" + url = "https://www.mrcc.hu/" + weight = 6 + [[menu.main]] parent="external" name = "EMSL Basis set" url = "https://www.basissetexchange.org" - weight = 6 \ No newline at end of file + weight = 6