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"}.