-
{% for item in mainmenu %}
- + {% if item.url == '/gsoc24' %} + GSoC 24 + {% else %} {{ item.name }} + {% endif %} {% endfor %}
diff --git a/_includes/main-menu-mobile.html b/_includes/main-menu-mobile.html index 70f6bbf..dfed832 100644 --- a/_includes/main-menu-mobile.html +++ b/_includes/main-menu-mobile.html @@ -1,9 +1,12 @@