Skip to content

Commit

Permalink
Update deprecationwarning.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jimangel authored Mar 26, 2019
1 parent bb49893 commit 8b7da2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/deprecationwarning.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<main>
<div class="content deprecation-warning">
<h3>
Kubernetes {{ .Param "version" }}
Kubernetes {{ .Page.Param "version" }}
{{ T "deprecation_warning" }}
<a href="{{ site.Params.currentUrl }}">{{ T "latest_version" }}</a>
</h3>
Expand Down

0 comments on commit 8b7da2f

Please sign in to comment.