diff --git a/_resource/overrides/main.html b/_resource/overrides/main.html index 1e1b61c4e..07468274f 100644 --- a/_resource/overrides/main.html +++ b/_resource/overrides/main.html @@ -6,6 +6,10 @@ {# 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.
Learn more about PostgreSQL 13 end of life implications and what upgrade options you have. See the current documentation.
+{% endblock %} {% block scripts %}