Fix currentUrl var in deprecation-warning.html (#9280)

* Update TOML to archive 1.10

* fix var syntax (+1 squashed commit)
Squashed commits:
[a5e0fd5] Fix currentUrl var in deprecation-warning.html
This commit is contained in:
Andrew Chen
2018-06-27 15:40:21 -07:00
committed by k8s-ci-robot
parent 50bc79efb5
commit 62d3c40673
2 changed files with 20 additions and 18 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<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="{{ .Params.currentUrl }}">latest</a> version.
For up-to-date documentation, see the <a href="{{ .Site.Params.currentUrl }}">latest</a> version.
</h3>
</div>
</main>