#196 Add notice banners about the EOLs for CL7 and CS8
Merged a year ago by shaunm. Opened a year ago by shaunm.

file modified
+2
@@ -7,6 +7,8 @@ 

  layout: aside

  ---

  

+ <div class="alert alert-warning" role="alert"><a href="https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/">End dates are coming in 2024 for CentOS Stream 8 and CentOS Linux 7. Check the blog post for information on upgrade and migration options.</a></div>

+ 

  ## Download

  

  {% include download/cards.html distribution="centos-linux" %}

file modified
+2
@@ -8,6 +8,8 @@ 

  layout: aside

  ---

  

+ <div class="alert alert-warning" role="alert"><a href="https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/">End dates are coming in 2024 for CentOS Stream 8 and CentOS Linux 7. Check the blog post for information on upgrade and migration options.</a></div>

+ 

  ## Download

  

  {% include download/cards.html distribution="centos-stream" %}

file modified
+2
@@ -3,6 +3,8 @@ 

  layout: aside

  ---

  

+ <div class="alert alert-warning" role="alert"><a href="https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/">End dates are coming in 2024 for CentOS Stream 8 and CentOS Linux 7. Check the blog post for information on upgrade and migration options.</a></div>

+ 

  {% include download/cards.html %}

  

  As you download and use CentOS Linux or CentOS Stream \([What's the

file modified
+2
@@ -9,3 +9,5 @@ 

    source ecosystem around a Linux platform.

  

  ---

+ 

+ <div class="container alert alert-warning" role="alert"><a href="https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/">End dates are coming in 2024 for CentOS Stream 8 and CentOS Linux 7. Check the blog post for information on upgrade and migration options.</a></div>

This adds notices to various pages about the upcoming EOL for CL7 and CS8. Note that that notice on index.md currently doesn't show. I think it will show up with this MR on the theme gem:

https://gitlab.com/CentOS/artwork/centos-web/jekyll-theme-centos/-/merge_requests/16

Alternatively, we could add a news post to get something on the index page.

This looks good, I don't think I can merge though

Pull-Request has been merged by shaunm

a year ago