62d3c40673
* Update TOML to archive 1.10 * fix var syntax (+1 squashed commit) Squashed commits: [a5e0fd5] Fix currentUrl var in deprecation-warning.html
13 lines
453 B
HTML
13 lines
453 B
HTML
{{ if .Page.Param "deprecated" }}
|
|
<section id="deprecationWarning">
|
|
<main>
|
|
<div class="content deprecation-warning">
|
|
<h3>
|
|
Documentation for Kubernetes {{ .Page.Param "version" }} is no longer actively maintained. The version you are currently viewing is a static snapshot.
|
|
For up-to-date documentation, see the <a href="{{ .Site.Params.currentUrl }}">latest</a> version.
|
|
</h3>
|
|
</div>
|
|
</main>
|
|
</section>
|
|
{{ end }}
|