2020-08-08 15:47:04 +00:00
|
|
|
{{ if (.Site.Param "deprecated") }}
|
|
|
|
<section id="deprecation-warning">
|
2021-10-13 00:10:58 +00:00
|
|
|
<div class="content deprecation-warning pageinfo">
|
2020-08-08 15:47:04 +00:00
|
|
|
<h3>
|
|
|
|
{{ T "deprecation_title" }} {{ .Param "version" }}
|
|
|
|
</h3>
|
|
|
|
<p> Kubernetes {{ .Param "version" }} {{ T "deprecation_warning" }}
|
|
|
|
<a href="{{ site.Params.currentUrl }}">{{ T "latest_version" }}</a>
|
|
|
|
</p>
|
|
|
|
</div>
|
2018-05-05 16:00:51 +00:00
|
|
|
</section>
|
2022-02-27 04:19:32 +00:00
|
|
|
{{ else if and (eq .Section "blog") (not .Params.evergreen) .Date (.Date.Before (now.AddDate -1 0 0)) -}}
|
2022-02-04 15:37:59 +00:00
|
|
|
<section id="deprecation-warning">
|
|
|
|
<div class="content deprecation-warning pageinfo outdated-blog">
|
2022-02-02 14:04:05 +00:00
|
|
|
<p>{{ T "outdated_blog__message" }}</p>
|
2022-02-01 19:04:08 +00:00
|
|
|
</div>
|
|
|
|
</section>
|
2020-06-09 20:46:05 +00:00
|
|
|
{{ end }}
|