From 7eda63e23dd87143c2aff034f525fd0cae8c524a Mon Sep 17 00:00:00 2001
From: Christoph Lehmann <christoph.lehmann@ufz.de>
Date: Fri, 17 Aug 2018 09:33:15 +0200
Subject: [PATCH] Added submenu to Hugo

---
 web/config.toml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/web/config.toml b/web/config.toml
index 29f2e488c26..32f601f5c16 100644
--- a/web/config.toml
+++ b/web/config.toml
@@ -93,6 +93,10 @@ staticDir = ["dist", "static"]
   name = "Two-phase Flow"
   identifier = "two-phase-flow"
   weight = 8
+[[menu.benchmarks]]
+  name = "Python Boundary Conditions"
+  identifier = "python-bc"
+  weight = 9
 
 # Quickstart sidebar top-level categories
 [[menu.quickstart]]
-- 
GitLab