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 %} 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() }}