Browse Source

fix favicon not existing

Nick Sweeting 6 years ago
parent
commit
ce13a57a2c

+ 1 - 1
archivebox/templates/link_index.html

@@ -6,7 +6,7 @@
     <body>
         <header>
             <h1>
-                <img src="$favicon" height="20px"> $title<br/>
+                <img src="$favicon_url" height="20px"> $title<br/>
                 <a href="$url" class="title-url">
                     <small>$base_url</small>
                 </a>

+ 1 - 1
archivebox/templates/link_index_fancy.html

@@ -163,7 +163,7 @@
                 <a href="#" class="collapse-icon" style="text-decoration: none" title="Toggle info panel...">
                 </a>
-                <img src="$favicon" height="20px"> $title<br/>
+                <img src="$favicon_url" height="20px"> $title<br/>
                 <a href="$url" class="title-url">
                     <small>$base_url</small>
                 </a>