diff --git a/_config.yml b/_config.yml index dce49a0cc685..def6bb2e0241 100644 --- a/_config.yml +++ b/_config.yml @@ -45,8 +45,8 @@ rss_icon: false navbar_fixed: false footer_fixed: false banner: assets/img/banner.png # path to the banner image -banner_title_left: "Systems and Circuits lab" -banner_title_right: "Nolan & Sürmeli groups" +banner_title_left: "Nolan & Sürmeli labs" +banner_title_right: "" # Dimensions max_width: 800px diff --git a/_data/venues.yml b/_data/venues.yml index 67e435079fd3..7cb10d3071eb 100644 --- a/_data/venues.yml +++ b/_data/venues.yml @@ -1,10 +1,10 @@ "NOLAN": color: "#d63230" - url: /nolan-group + url: /nolan-lab "SÜRMELI": color: "#f39237" - url: /surmeli-group + url: /surmeli-lab "NOLAN
x
SÜRMELI": color: "#1c77c3" diff --git a/_layouts/profiles.liquid b/_layouts/profiles.liquid index 2856ed92b649..1c012f5d04a0 100644 --- a/_layouts/profiles.liquid +++ b/_layouts/profiles.liquid @@ -94,7 +94,7 @@ layout: page
-
+
{% if profile.content %} {% capture profile_content %}{% include_relative {{ profile.content }} %}{% endcapture %} {{ profile_content | markdownify }} @@ -128,7 +128,7 @@ layout: page
-
+
{% if profile.content %} {% capture profile_content %}{% include_relative {{ profile.content }} %}{% endcapture %} {{ profile_content | markdownify }} @@ -140,3 +140,11 @@ layout: page {% endif %}
+ + \ No newline at end of file diff --git a/_pages/people_nolan.md b/_pages/people_nolan.md index 8e281ccf9b5d..d65e34dfd6f2 100644 --- a/_pages/people_nolan.md +++ b/_pages/people_nolan.md @@ -1,7 +1,7 @@ --- layout: profiles -permalink: /nolan-group/ -title: Nolan group +permalink: /nolan-lab/ +title: Nolan lab nav: true nav_order: 6 diff --git a/_pages/people_surmeli.md b/_pages/people_surmeli.md index 765c4fcba0aa..7ad0f73f68d2 100644 --- a/_pages/people_surmeli.md +++ b/_pages/people_surmeli.md @@ -1,7 +1,7 @@ --- layout: profiles -permalink: /surmeli-group/ -title: Sürmeli group +permalink: /surmeli-lab/ +title: Sürmeli lab nav: true nav_order: 7