0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

Fix result links

This commit is contained in:
Curtis S. Alexander 2023-07-18 12:04:35 -07:00
parent 221f38c705
commit f883e78146
No known key found for this signature in database
GPG Key ID: 3DB10F46047355D7

View File

@ -4,7 +4,7 @@
<div class="results_aggregated"> <div class="results_aggregated">
{{#each results}} {{#each results}}
<div class="result"> <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> <small>{{{this.url}}}</small>
<p>{{{this.description}}}</p> <p>{{{this.description}}}</p>
<div class="upstream_engines"> <div class="upstream_engines">