mirror of https://github.com/istio/istio.io.git
Fix the Edit this Page menu selection.
This commit is contained in:
parent
cccf5077b6
commit
11dd5e6386
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue