mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 13:38:21 -05:00
Fix result links
This commit is contained in:
parent
221f38c705
commit
f883e78146
@ -4,7 +4,7 @@
|
||||
<div class="results_aggregated">
|
||||
{{#each results}}
|
||||
<div class="result">
|
||||
<h1><a href="/{{{this.visitingUrl}}}">{{{this.title}}}</a></h1>
|
||||
<h1><a href="{{{this.visitingUrl}}}">{{{this.title}}}</a></h1>
|
||||
<small>{{{this.url}}}</small>
|
||||
<p>{{{this.description}}}</p>
|
||||
<div class="upstream_engines">
|
||||
|
Loading…
Reference in New Issue
Block a user