diff --git a/templates/index.mako b/templates/index.mako index 2165f94..742de0b 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -179,6 +179,8 @@ % endif % if result.cached:
  • Results are 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 generated in ${round(result.time, 3)} seconds using ${result.queries} queries. Bypass the cache.
  • + % elif result.action == "compare": +
  • Results generated in ${round(result.time, 3)} seconds.
  • % else:
  • Results generated in ${round(result.time, 3)} seconds using ${result.queries} queries.
  • % endif