mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-23 03:06:55 -04:00
fix missing vars
This commit is contained in:
parent
c7fc9e1878
commit
83a96bb823
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<tr>
|
||||
<td title="Bookmarked timestamp: $timestamp">$date</td>
|
||||
<td title="Bookmarked timestamp: $timestamp">$bookmarked_date</td>
|
||||
<td>
|
||||
<a href="$files_url" title="Link Index">
|
||||
<img src="$favicon_url" onerror="this.src='static/spinner.gif'" class="link-favicon">
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
Type: $type<br/>
|
||||
<br/>
|
||||
Bookmarked:<br/>
|
||||
<span title="$timestamp">$bookmarked</span><br/>
|
||||
<span title="$timestamp">$bookmarked_date</span><br/>
|
||||
Archived:<br/>
|
||||
<span title="$updated">$updated_date</span><br/>
|
||||
</div>
|
||||
|
|
|
@ -172,7 +172,7 @@
|
|||
<div class="site-header container-fluid">
|
||||
<div class="row archive-page-header">
|
||||
<div class="col-lg-4 alert well">
|
||||
Bookmarked: <small title="Timestamp: $timestamp">$date</small>
|
||||
Bookmarked: <small title="Timestamp: $timestamp">$bookmarked_date</small>
|
||||
|
|
||||
Last updated: <small title="Timestamp: $updated">$updated_date</small>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue