feat(aio): sort search results by area/title

Display area names in all caps
Exclude results with no title because they don’t show & can’t be clicked.
Should find these and give their docs a title.
This commit is contained in:
Ward Bell
2017-04-15 00:04:34 -07:00
committed by Pete Bacon Darwin
parent 6649743a2d
commit dfc81c3dab
3 changed files with 51 additions and 8 deletions

View File

@ -37,6 +37,7 @@ aio-search-results {
h2 {
font-size: 16px;
margin: 10px 0px 5px;
text-transform: uppercase;
}
a {
font-size: 14px;
@ -56,4 +57,4 @@ aio-search-results {
width: 100%;
display: block;
}
}
}