mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 13:09:00 +00:00
Add another w3m-helper bar to make the UI cleaner on terminal.
This commit is contained in:
parent
217584126c
commit
cc5b425661
@ -20,7 +20,9 @@
|
||||
{{>edge/parts/search-form}}
|
||||
|
||||
|
||||
<hr class="w3m-helper" />
|
||||
<section class="cards">
|
||||
|
||||
{{#if maintenanceMessage}}<section class="card problems onlyscreen"><h2>Maintenance</h2><p class="description">{{maintenanceMessage}}</p></section>{{/if}}
|
||||
{{#if evalResult}}<section class="card semantic onlyscreen"><h2>Evaluation</h2><p class="description">{{query}} = {{evalResult}}</p><hr class="w3m-helper" /></section>{{/if}}
|
||||
{{#each wiki.entries}}<section class="card semantic onlyscreen"><h2>Encyclopedia</h2><p class="description"><a href="https://encyclopedia.marginalia.nu/wiki/{{.}}"><em>{{.}}</em> Encyclopedia Page</a></p><hr class="w3m-helper" /></section>{{/each}}
|
||||
|
Loading…
Reference in New Issue
Block a user