fed2014111
v1.13 deprecation warning link to the latest docs was broken.This issue fixed the broken link as well as the typo in the deprecation warning
14 lines
332 B
HTML
14 lines
332 B
HTML
{{ if .Page.Param "deprecated" }}
|
|
<section id="deprecationWarning">
|
|
<main>
|
|
<div class="content deprecation-warning">
|
|
<h3>
|
|
Kubernetes {{ .Page.Param "version" }}
|
|
{{ T "deprecation_warning" }}
|
|
<a href="{{ .Site.Params.currentUrl }}">{{ T "latest_version" }}</a>
|
|
</h3>
|
|
</div>
|
|
</main>
|
|
</section>
|
|
{{ end }}
|