Fix problems with the glossary page. (#5758)

- Remove some stray characters at the top of the page.

- Fix scrolling behavior such that the selected letter stays on the
screen. This broke due to a bug fix on the istioctl page which had
an unexpected side effect,

- Remove extraneous alias that could lead to infinite redirect loops.
This commit is contained in:
Martin Taillefer 2019-11-16 12:18:00 -08:00 committed by GitHub
parent 1c6822534d
commit f631e0ca26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -6,8 +6,6 @@ layout: glossary
aliases:
- /glossary
- /docs/welcome/glossary.html
- /docs/reference/glossary.html
- /help/glossary
icon: glossary
---
∑∑

View File

@ -1,5 +1,11 @@
{{ define "main" }}
<style>
.primary .article-container article {
overflow-x: visible;
}
</style>
{{ partial "primary_top.html" . }}
{{ .Content }}