mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-16 16:14:28 -04:00
fix title showing up as None in some UI spots
This commit is contained in:
parent
eff0100971
commit
935dcac0c7
2 changed files with 2 additions and 0 deletions
|
@ -143,6 +143,7 @@ def write_html_link_index(out_dir, link):
|
|||
f.write(Template(link_html).substitute({
|
||||
**link,
|
||||
**link['latest'],
|
||||
'title': link['title'] or link['url'],
|
||||
'type': link['type'] or 'website',
|
||||
'tags': link['tags'] or 'untagged',
|
||||
'bookmarked': datetime.fromtimestamp(float(link['timestamp'])).strftime('%Y-%m-%d %H:%M'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue