aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMagicalDemon <mubashirayaz44@gmail.com>2026-03-19 20:49:14 +0400
committerfrosty <gabriel@bwaaa.monster>2026-03-19 15:17:44 -0400
commitdb130cb08d2d34b730c024e61ef1624605eb5495 (patch)
tree1cfe97f2f617242b66bc75cfbe4e89c3d41e601a /templates
parentc64913b13728cb4f95e0b640778945c76fcda7c0 (diff)
downloadomnisearch-db130cb08d2d34b730c024e61ef1624605eb5495.tar.gz
added cached for results with web.archive.org
Diffstat (limited to 'templates')
-rw-r--r--templates/results.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/results.html b/templates/results.html
index 851ea1f..9deeec4 100644
--- a/templates/results.html
+++ b/templates/results.html
@@ -64,6 +64,9 @@
<p class="desc">
{{result[3]}}
</p>
+ <span>
+ <a class="cached" href="https://web.archive.org/web/{{result[0]|safe}}">cached</a>
+ </span>
</div>
{{endfor}}