From 834e78a5b24f5ce5bbb82efc3b4b308e2aef7de5 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Wed, 1 Dec 2021 14:29:14 -0600 Subject: [PATCH] fix --- files/templates/search.html | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/files/templates/search.html b/files/templates/search.html index 519dd5ad0..910ceb469 100644 --- a/files/templates/search.html +++ b/files/templates/search.html @@ -14,11 +14,30 @@

Search Results: "{{query}}"

- - {{ total }} - {{ sort }} posts matching "{{query}}" {{ 'from all time' if t=='all' else 'in the last' }} - {% if t != 'all' %}{{ t }}{% endif %} - +
+ + + {{ total }} + {{ sort }} posts matching "{{query}}" {{ 'from all time' if t=='all' else 'in the last' }} + {% if t != 'all' %}{{ t }}{% endif %} + +
{% if not '/users/' in request.path %}