You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/_includes/layout/page-header.html
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,12 @@
34
34
</div>
35
35
{% endif %}
36
36
37
+
{% unless page.github_link %}
38
+
<divclass="message-banner">
39
+
This topic is generated and maintained through automation, so we do not accept direct contributions from pull requests on GitHub.
40
+
</div>
41
+
{% endunless %}
42
+
37
43
{% if page.url contains "guides/v2.3/" %}
38
44
<divclass="bs-callout-warning">
39
45
PHP 7.3 reaches end of support in December 2021 and {{site.data.var.ee}} 2.3.x reaches end of support in April 2022. You may want to consider planning your upgrade now to {{site.data.var.ee}} 2.4.x and PHP 7.4.x to help maintain PCI compliance.
0 commit comments