mirror of
https://git.bwaaa.monster/omnisearch
synced 2026-03-25 17:19:02 +02:00
feat: changed formatting of cached link on results
This commit is contained in:
@@ -323,7 +323,7 @@ h1 span {
|
|||||||
color: var(--text-secondary);
|
color: var(--text-secondary);
|
||||||
font-size:0.85rem;
|
font-size:0.85rem;
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
text-decoration:none;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
.infobox {
|
.infobox {
|
||||||
grid-column:3;
|
grid-column:3;
|
||||||
|
|||||||
@@ -65,7 +65,7 @@
|
|||||||
{{result[3]}}
|
{{result[3]}}
|
||||||
</p>
|
</p>
|
||||||
<span>
|
<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>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
{{endfor}}
|
{{endfor}}
|
||||||
|
|||||||
Reference in New Issue
Block a user