mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +01:00
Put external links to a submenu
This commit is contained in:
parent
9c6b97b902
commit
f7d5de9444
29
config.toml
29
config.toml
@ -46,3 +46,32 @@ theme = "beautifulhugo"
|
|||||||
name = "About"
|
name = "About"
|
||||||
url = "about"
|
url = "about"
|
||||||
weight = 5
|
weight = 5
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = "external"
|
||||||
|
name = "External links"
|
||||||
|
weight = 6
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
parent="external"
|
||||||
|
name = "Laboratoire de Chimie et Physique Quantique"
|
||||||
|
url = "http://www.lcpq.ups-tlse.fr"
|
||||||
|
weight = 6
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
parent="external"
|
||||||
|
name = "CIESAM"
|
||||||
|
url = "http://www.sciences.univ-nantes.fr/CEISAM"
|
||||||
|
weight = 6
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
parent="external"
|
||||||
|
name = "Quantum Package"
|
||||||
|
url = "https://quantumpackage.github.io/qp2"
|
||||||
|
weight = 6
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
parent="external"
|
||||||
|
name = "EMSL Basis set"
|
||||||
|
url = "https://www.basissetexchange.org"
|
||||||
|
weight = 6
|
@ -1,4 +0,0 @@
|
|||||||
<h3>Useful links</h3>
|
|
||||||
<div><a href="http://www.lcpq.ups-tlse.fr">Laboratoire de Chimie et Physique Quantique</a></div>
|
|
||||||
<div><a href="https://quantumpackage.github.io/qp2">Quantum Package</a></div>
|
|
||||||
<div><a href="https://www.basissetexchange.org">EMSL Basis set</a></div>
|
|
Loading…
Reference in New Issue
Block a user