Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _resource/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
{# Import the theme's layout. #}
{% extends "base.html" %}

{# Add EOL lable #}
{% block outdated %}
<div>This documentation is for the end of life version of Percona Distribution for PostgreSQL 13. <br><strong><a href="https://www.percona.com/blog/postgresql-13-end-of-life-upgrade-now-with-percona/">Learn more about PostgreSQL 13 end of life implications and what upgrade options you have</a>.</strong> See the <strong><a href= {{ '../' ~ base_url }}>current documentation</a></strong>. </div>
{% endblock %}

{% block scripts %}
<script src="https://cmp.osano.com/Azqe5vTyLOSbN3OuT/49ad85b5-0418-4794-ab81-7599dddd534c/osano.js"></script>
Expand Down