From 83a96bb82355e59585c9181b60a33e25aa325285 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 8 Mar 2019 17:02:43 -0500 Subject: [PATCH] fix missing vars --- archivebox/templates/index_row.html | 2 +- archivebox/templates/link_index.html | 2 +- archivebox/templates/link_index_fancy.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/archivebox/templates/index_row.html b/archivebox/templates/index_row.html index a5a5e674..3458f945 100644 --- a/archivebox/templates/index_row.html +++ b/archivebox/templates/index_row.html @@ -1,5 +1,5 @@ - $date + $bookmarked_date diff --git a/archivebox/templates/link_index.html b/archivebox/templates/link_index.html index e5f04ef5..258a6419 100644 --- a/archivebox/templates/link_index.html +++ b/archivebox/templates/link_index.html @@ -18,7 +18,7 @@ Type: $type

Bookmarked:
- $bookmarked
+ $bookmarked_date
Archived:
$updated_date
diff --git a/archivebox/templates/link_index_fancy.html b/archivebox/templates/link_index_fancy.html index 305260e1..a2b7f74e 100644 --- a/archivebox/templates/link_index_fancy.html +++ b/archivebox/templates/link_index_fancy.html @@ -172,7 +172,7 @@