Skip to content

Commit

Permalink
updating shortcode nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jimangel committed Mar 26, 2019
1 parent 776fd2c commit 84768f5
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 84768f5

Please sign in to comment.