We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e070f67 commit 5a1ff55Copy full SHA for 5a1ff55
interface.html
@@ -487,6 +487,21 @@ <h3>{{label}}</h3>
487
{{/sceneResults}}
488
</ul>
489
</div>
490
+ <div class=results>
491
+ <ul>
492
+ {{#searchResults}}
493
+ <li>
494
+ <a href="{{{url}}}" name="{{{label}}}">
495
+ <img src="{{{icon}}}">
496
+ <div class=wrap>
497
+ <h3>{{label}}</h3>
498
+ <p>{{{url}}}</p>
499
+ </div>
500
+ </a>
501
+ </li>
502
+ {{/searchResults}}
503
+ </ul>
504
505
{{/tab2}}
506
{{#tab4}}
507
<div class=grid>
0 commit comments