Skip to content

Commit

Permalink
Fix currentUrl var in site deprecation warning shortcode.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenopis authored and Misty Linville committed Jun 27, 2018
1 parent 97eada0 commit c255f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/deprecation-warning.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="content deprecation-warning">
<h3>
Documentation for Kubernetes {{ .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.
For up-to-date documentation, see the <a href="{{ .Site.currentUrl }}">latest</a> version.
</h3>
</div>
</main>
Expand Down

0 comments on commit c255f0a

Please sign in to comment.