10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 03:07:44 +02:00

Put external links to a submenu

This commit is contained in:
Mickaël Véril 2019-10-01 15:06:29 +02:00
parent 9c6b97b902
commit f7d5de9444
2 changed files with 30 additions and 5 deletions

View File

@ -45,4 +45,33 @@ theme = "beautifulhugo"
[[menu.main]]
name = "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

View File

@ -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>