1
0
Fork 0
mirror of synced 2024-06-28 19:10:33 +12:00

fix missing vars

This commit is contained in:
Nick Sweeting 2019-03-08 17:02:43 -05:00
parent c7fc9e1878
commit 83a96bb823
3 changed files with 3 additions and 3 deletions

View file

@ -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">

View file

@ -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>

View file

@ -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>
&nbsp; | &nbsp;
Last updated: <small title="Timestamp: $updated">$updated_date</small>
</div>