0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 05:58:21 -05:00

Merge pull request #154 from exalented/fix-links

Fix result links
This commit is contained in:
alamin655 2023-07-19 20:22:48 +05:30 committed by GitHub
commit 3ac8465f4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">