From ebdc5620fa71f0acd3cf600baff72af524d6c14c Mon Sep 17 00:00:00 2001
From: Tobias Huste <t.huste@hzdr.de>
Date: Thu, 29 Apr 2021 08:25:31 +0200
Subject: [PATCH] Add services link to the top level navigation

---
 _data/navigation.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/_data/navigation.yml b/_data/navigation.yml
index 42704e250..0faae0628 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -17,6 +17,9 @@ header:
         - title: "Events"
           url: "events"
 
+        - title: "Services"
+          url: "services/"
+
         - title: FAQ
           url: "faq.html"
           
-- 
GitLab