Remove post "points", views, and user from search results

This commit is contained in:
blankie 2023-10-09 20:35:48 +11:00
parent 5bdb2e1716
commit 331fd26bf8
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 13 deletions

View File

@ -4,23 +4,11 @@
</a>
<p class="m-2 text-ellipsis whitespace-nowrap overflow-hidden">
<a href="{{Url}}" title="{{Title}}">{{Title}}</a><br />
{{#if User}}
by <a href="/user/{{User}}" title="{{User}}">{{User}}</a>
{{else}}
<br />
{{/if}}
</p>
<div class="flex gap-2 p-2">
<p title="{{RelTime}}" class="text-ellipsis whitespace-nowrap overflow-hidden">
{{RelTime}}
</p>
<div class="flex gap-1">
<img class="invert icon" src="/static/icons/PhArrowFatUp.svg" alt="Points" width="18px" height="18px">
{{Points}}
</div>
<div class="flex gap-1">
<img class="invert icon" src="/static/icons/PhEye.svg" alt="Views" width="18px" height="18px">
{{Views}}
</div>
</div>
</div>
</div>