mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-26 07:44:41 +02:00
fix favicon not existing
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1>
|
<h1>
|
||||||
<img src="$favicon" height="20px"> $title<br/>
|
<img src="$favicon_url" height="20px"> $title<br/>
|
||||||
<a href="$url" class="title-url">
|
<a href="$url" class="title-url">
|
||||||
<small>$base_url</small>
|
<small>$base_url</small>
|
||||||
</a>
|
</a>
|
||||||
|
@@ -163,7 +163,7 @@
|
|||||||
<a href="#" class="collapse-icon" style="text-decoration: none" title="Toggle info panel...">
|
<a href="#" class="collapse-icon" style="text-decoration: none" title="Toggle info panel...">
|
||||||
▾
|
▾
|
||||||
</a>
|
</a>
|
||||||
<img src="$favicon" height="20px"> $title<br/>
|
<img src="$favicon_url" height="20px"> $title<br/>
|
||||||
<a href="$url" class="title-url">
|
<a href="$url" class="title-url">
|
||||||
<small>$base_url</small>
|
<small>$base_url</small>
|
||||||
</a>
|
</a>
|
||||||
|
Reference in New Issue
Block a user