From 3c09a05d8c3fa846487a45d7e8629706ea01e66e Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 27 Jun 2021 18:49:45 -0400 Subject: [PATCH] Fix --- templates/index.mako | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/templates/index.mako b/templates/index.mako index 2e338d4..4210730 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -166,7 +166,9 @@ % endif
- +
@@ -174,7 +176,9 @@ % if result:
Results - cachedTo save time (and money), this tool will retain the results of checks for up to 72 hours. This includes the URLs of the checked sources, but neither their content nor the content of the article. Future checks on the same page (assuming it remains unchanged) will not involve additional search queries, but a fresh comparison against the source URL will be made. If the page is modified, a new check will be run. from some time ago. Originally + % if result.cached: + cachedTo save time (and money), this tool will retain the results of checks for up to 72 hours. This includes the URLs of the checked sources, but neither their content nor the content of the article. Future checks on the same page (assuming it remains unchanged) will not involve additional search queries, but a fresh comparison against the source URL will be made. If the page is modified, a new check will be run. from ${result.cache_age} ago. Originally + % endif generated in ${round(result.time, 3)} % if query.action == "search": seconds using ${result.queries} quer${"y" if result.queries == 1 else "ies"}.