Skip to content
Draft
Show file tree
Hide file tree
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
6 changes: 1 addition & 5 deletions _resource/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

{# Add EOL lable #}
{% block outdated %}
<div>This documentation is for the end of life version of Percona Distribution for PostgreSQL 13. See the <strong><a href= {{ '../' ~ base_url }}>current documentation</a></strong>. </div>
<div>This documentation is for the end of life version of Percona Distribution for PostgreSQL 13. See the <strong><a href="{{ '../' ~ base_url }}">current documentation</a></strong>. </div>
{% endblock %}

{% block scripts %}
Expand All @@ -28,10 +28,6 @@
<meta property="og:title" content="{{ title }}" />
<meta property="og:image" content="https://docs.percona.com/postgresql/13/_images/postgresql.png">
<meta property="og:url" content="https://docs.percona.com/postgresql/">
</head>
<body>
</body>
</html>
{% endblock %}


Expand Down
6 changes: 6 additions & 0 deletions _resourcepdf/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
{# 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. See the <strong><a href= {{ '../' ~ base_url }}>current documentation</a></strong>. </div>
<div>This documentation is for the end of life version of Percona Distribution for PostgreSQL 13. 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>
{{ super() }}
Expand Down