From 7c668fea4e9bb44e5e1130dfaeb0b30682f4dd94 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sat, 6 Sep 2025 15:51:12 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BF=EF=B8=8F=20Don't=20use=20titles=20in?= =?UTF-8?q?=20sidebar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use labelled landmarks. It'll allow for the titles to be handled for the documents section only. --- bl-plugins/about/plugin.php | 4 ++-- bl-plugins/archive/plugin.php | 4 ++-- bl-plugins/categories/plugin.php | 4 ++-- bl-plugins/hit-counter/plugin.php | 6 +++--- bl-plugins/last-articles/plugin.php | 4 ++-- bl-plugins/links/plugin.php | 6 +++--- bl-plugins/navigation/plugin.php | 4 ++-- bl-plugins/search/plugin.php | 6 +++--- bl-plugins/socials/plugin.php | 4 ++-- bl-plugins/static-pages/plugin.php | 4 ++-- bl-plugins/tags/plugin.php | 4 ++-- bl-themes/defaultTheme/css/style.css | 9 ++++++++- 12 files changed, 33 insertions(+), 26 deletions(-) diff --git a/bl-plugins/about/plugin.php b/bl-plugins/about/plugin.php index 35f7f051..7b18108b 100644 --- a/bl-plugins/about/plugin.php +++ b/bl-plugins/about/plugin.php @@ -25,8 +25,8 @@ class pluginAbout extends Plugin public function siteSidebar() { - $html = '
'; - $html .= '

' . $this->getValue('label') . '

'; + $html = '
'; + $html .= '

' . $this->getValue('label') . '

'; $html .= '
'; $html .= Theme::getHomepagePresentation(); $html .= '
'; diff --git a/bl-plugins/archive/plugin.php b/bl-plugins/archive/plugin.php index 295da058..234c25f6 100644 --- a/bl-plugins/archive/plugin.php +++ b/bl-plugins/archive/plugin.php @@ -41,8 +41,8 @@ class pluginArchives extends Plugin $filter = $url->filters('archive'); - $html = '