From eab76cab442b26ad679c877236889807693e2078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Hor=C3=A1k?= <x400492@fi.muni.cz> Date: Mon, 10 Feb 2025 21:10:03 +0100 Subject: [PATCH] Update file header.html --- overrides/partials/header.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/overrides/partials/header.html b/overrides/partials/header.html index c5514d0..a1ebee7 100644 --- a/overrides/partials/header.html +++ b/overrides/partials/header.html @@ -16,6 +16,12 @@ {% set icon = config.theme.icon.menu or "material/menu" %} {% include ".icons/" ~ icon ~ ".svg" %} </label> + + + + + + <div class="md-header__title" data-md-component="header-title"> <div class="md-header__ellipsis"> <div class="md-header__topic"> @@ -36,11 +42,10 @@ </div> <!-- Dropdown Menu for Page Versions --> - <!-- remove this line <div class="md-header__dropdown"> <select onchange="window.location.href=this.value;"> - <option value="#">Version 2.0</option> - <option value="/1-0/">Version 1.0</option> + <option value="#">Version 3.0</option> + <option value="/bastion/">Version 2.0</option> </select> </div> --> -- GitLab