From 976a951fc5c9739c3cf308c60e995d2c6bb97c3f Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Tue, 28 Apr 2026 14:35:09 +0300 Subject: [PATCH 1/2] Fix EOL Banner (13) This PR fixes the EOL banner not appearing for ver 13. --- _resource/overrides/main.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/_resource/overrides/main.html b/_resource/overrides/main.html index 84181c7cd..ddebf8104 100644 --- a/_resource/overrides/main.html +++ b/_resource/overrides/main.html @@ -8,7 +8,7 @@ {# Add EOL lable #} {% block outdated %} -
This documentation is for the end of life version of Percona Distribution for PostgreSQL 13. See the current documentation.
+
This documentation is for the end of life version of Percona Distribution for PostgreSQL 13. See the current documentation.
{% endblock %} {% block scripts %} @@ -28,10 +28,6 @@ - - - - {% endblock %} From e96a628fb04f6b33bd3e62c1d36f78d04a941aba Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Tue, 28 Apr 2026 15:51:22 +0300 Subject: [PATCH 2/2] Update main.html --- _resourcepdf/overrides/main.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_resourcepdf/overrides/main.html b/_resourcepdf/overrides/main.html index 19757986e..38dafcc03 100644 --- a/_resourcepdf/overrides/main.html +++ b/_resourcepdf/overrides/main.html @@ -6,6 +6,12 @@ {# Import the theme's layout. #} {% extends "base.html" %} +{# Add EOL lable #} +{% block outdated %} +
This documentation is for the end of life version of Percona Distribution for PostgreSQL 13. See the current documentation.
+
This documentation is for the end of life version of Percona Distribution for PostgreSQL 13. See the current documentation.
+{% endblock %} + {% block scripts %} {{ super() }}