revert miseleading link
parent
9f3fbc08a3
commit
4beb409fd9
|
@ -67,9 +67,6 @@ other = "You are viewing documentation for Kubernetes version:"
|
|||
[deprecation_warning]
|
||||
other = " documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date information, see the "
|
||||
|
||||
[deprecation_warning_page_link]
|
||||
other = "For the most up-to-date information of this page, check out the "
|
||||
|
||||
[deprecation_file_warning]
|
||||
other = "Deprecated"
|
||||
|
||||
|
|
|
@ -7,9 +7,6 @@
|
|||
<p> Kubernetes {{ .Param "version" }} {{ T "deprecation_warning" }}
|
||||
<a href="{{ site.Params.currentUrl }}">{{ T "latest_version" }}</a>
|
||||
</p>
|
||||
<p> {{ T "deprecation_warning_page_link" }}
|
||||
<a href="{{ .Permalink }}">{{ T "latest_version" }}</a>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
{{ else if and (eq .Section "blog") (not .Params.evergreen) .Date (.Date.Before (now.AddDate -1 0 0)) -}}
|
||||
|
|
Loading…
Reference in New Issue