{% include "components/announcement.html" %}
{# Logo + project name #} {# Center nav links #} {% if theme_nav_links and theme_nav_links != "" %} {% endif %} {# Right side: search + theme toggle + social #}
{# Search trigger #} {# Theme toggle #} {% if lumina_wide_layout_mode == "toggle" %} {# Layout width toggle — only visible on wide screens #} {% endif %} {# Social links #} {% if theme_social_links and theme_social_links != "" %} {% for link in theme_social_links %} {% if link.icon == "github" %} {% endif %} {% endfor %} {% endif %} {# Mobile hamburger — hidden on landing page which has no sidebar #} {% if not is_landing %} {% endif %}