Skip to content

Commit 8920de1

Browse files
authored
Adding block announce for GitHub site deprecation (#597)
* Adding `block announce` for GitHub site deprecation
1 parent c974785 commit 8920de1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

overrides/main.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
{% extends "base.html" %}
22

3+
{% block announce %}
4+
<h2 style="color:#F2F2F2;text-align: center;"><b> Hi everyone! EKS Best Practices Guide has moved to <a style="color:#ff9900;text-decoration: underline" href="https://docs.aws.amazon.com/eks/latest/best-practices/introduction.html">AWS Documentation</a></u>. This GitHub Pages site is deprecated. </b></h2>
5+
{% endblock %}

0 commit comments

Comments
 (0)