move contact us to menu navbar (remove hardcoding)

Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
master
Toshaan Bharvani 2 years ago
parent 294e5b5690
commit 3d73175daf

@ -1,5 +1,4 @@
### navbar

[[navbar]]
name = "About"
identifier = "about"
@ -34,31 +33,26 @@
identifier = "steeringcommittee"
url = "/steeringcommittee"
weight = -600

[[navbar]]
name = "Events"
identifier = "events"
url = "/events/"
weight = -1900

[[navbar]]
name = "Working Groups"
identifier = "groups"
url = "/groups/"
weight = -1800

[[navbar]]
name = "Members"
identifier = "members"
url = "/members/"
weight = -1700

[[navbar]]
name = "HUB"
identifier = "hub"
url = "/hub/"
weight = -1600

[[navbar]]
name = "Technical"
identifier = "technical"
@ -88,6 +82,10 @@
identifier = "resources"
url = "/resources/"
weight= -600
[[navbar]]
name = "Contact Us"
url = "/contact/"
weight = -10

### policy
[[policy]]

@ -64,7 +64,6 @@
{{ end }}
{{ end }}
{{ end }}
<li class="header__menu-item"><a href="{{ "/contact/" | relURL }}">Contact Us</a></li>
</ul>
<div class="mobile-view-social-join pt-3">
<div class="header__contact-btn join-us-button mobile-view py-4">

Loading…
Cancel
Save