Skip to content

Commit

Permalink
lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharysarah committed Aug 27, 2019
1 parent 483d376 commit 8b0dddc
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 @@ -5,7 +5,7 @@
<h3>
Kubernetes {{ .Page.Param "version" }}
{{ T "deprecation_warning" }}
<a href="{{ .Page.Param.currenturl }}">{{ T "latest_version" }}</a>
<a href="{{ .Page.Param "currenturl" }}">{{ T "latest_version" }}</a>
</h3>
</div>
</main>
Expand Down

0 comments on commit 8b0dddc

Please sign in to comment.