aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorfrosty <gabriel@bwaaa.monster>2026-03-19 15:20:30 -0400
committerfrosty <gabriel@bwaaa.monster>2026-03-19 15:20:30 -0400
commit8a2f593a1b900ecdfb63b7af3fadaf84924841a5 (patch)
tree21fe29d2d1a7994131b5880b2695b74645a12beb /templates
parentdb130cb08d2d34b730c024e61ef1624605eb5495 (diff)
downloadomnisearch-8a2f593a1b900ecdfb63b7af3fadaf84924841a5.tar.gz
feat: changed formatting of cached link on results
Diffstat (limited to 'templates')
-rw-r--r--templates/results.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/results.html b/templates/results.html
index 9deeec4..042fbb7 100644
--- a/templates/results.html
+++ b/templates/results.html
@@ -65,7 +65,7 @@
{{result[3]}}
</p>
<span>
- <a class="cached" href="https://web.archive.org/web/{{result[0]|safe}}">cached</a>
+ <a class="cached" href="https://web.archive.org/web/{{result[0]|safe}}">View Cached</a>
</span>
</div>
{{endfor}}