Skip to content

Commit 7aa76a7

Browse files
committed
Update main.html
1 parent a99a02a commit 7aa76a7

1 file changed

Lines changed: 14 additions & 9 deletions

File tree

_resourcepdf/overrides/main.html

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
{% extends "base.html" %}
88

99
{% block announce %}
10+
1011
<div class="md-banner" style="text-align: center;">
1112
Where the open source database community meets:
1213
Use code <strong>PERCONA75</strong> and secure your spot for Percona Live.
@@ -30,12 +31,20 @@
3031
</span>
3132
</a>
3233
</div>
33-
{% endblock %}
3434

35-
{% block announce %}
36-
<div class="md-banner" style="background-color: #b71c1c; color: white;">
37-
⚠️ pg_upgrade is currently broken with encrypted tables (pg_tde). Do NOT use it for upgrades.
38-
</div>
35+
<div
36+
class="md-banner"
37+
style="
38+
background-color: #b71c1c;
39+
color: white;
40+
text-align: center;
41+
padding: 0.6rem;
42+
"
43+
>
44+
⚠️ pg_upgrade is currently broken with encrypted tables (pg_tde).
45+
Do NOT use it for upgrades.
46+
</div>
47+
3948
{% endblock %}
4049

4150
{% block scripts %}
@@ -55,10 +64,6 @@
5564
<meta property="og:title" content="{{ title }}" />
5665
<meta property="og:image" content="https://docs.percona.com/postgresql/17/_images/postgresql.png">
5766
<meta property="og:url" content="https://docs.percona.com/postgresql/">
58-
</head>
59-
<body>
60-
</body>
61-
</html>
6267
{% endblock %}
6368

6469
{% block site_nav %}

0 commit comments

Comments
 (0)