mirror of https://github.com/istio/istio.io.git
Another fix for Edit This Page
This commit is contained in:
parent
124996f481
commit
bf342e37ef
|
|
@ -59,10 +59,10 @@
|
||||||
|
|
||||||
<a class="dropdown-item" href="https://github.com/istio/istio.github.io/issues/new?title=Issue%20with%20{{ .Page.Path}}">Report Site Bugs</a>
|
<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 "" }}
|
{{ if not .Page.Params.generator }}
|
||||||
<a class="dropdown-item" href="https://github.com/istio/istio.github.io/edit/master/content/{{ .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 }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue