Fix the Edit this Page menu selection.

This commit is contained in:
mtail 2018-05-30 20:48:28 -07:00
parent cccf5077b6
commit 11dd5e6386
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
<a class="dropdown-item" href="https://github.com/istio/istio.github.io/issues/new?title=Issue%20with%20{{ .Page.Path}}">Report Site Bugs</a>
{{ if ne .Page.Params.generator "" }}
<a class="dropdown-item" href="https://github.com/istio/istio.github.io/edit/master/{{ .Page.Path }}">Edit this Page on GitHub</a>
<a class="dropdown-item" href="https://github.com/istio/istio.github.io/edit/master/content/{{ .Page.Path }}">Edit this Page on GitHub</a>
{{ end }}
</div>
</li>