From bef1accd201da3e7c9834030d541d2bc0ab7390a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 12 Sep 2023 00:10:03 +0200 Subject: [PATCH] topbar: modularize buttons #639 --- layouts/partials/header.html | 83 +++++++++++----------- layouts/partials/relLangPrettyUglyURL.hugo | 1 + layouts/partials/topbar-button.html | 41 +++++++++++ static/css/format-print.css | 4 +- static/css/ie.css | 11 ++- static/css/theme.css | 28 +++----- static/js/theme.js | 14 ++-- 7 files changed, 106 insertions(+), 76 deletions(-) create mode 100644 layouts/partials/topbar-button.html diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 5ee33e8739..9c0095193f 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -71,59 +71,62 @@