diff --git a/resources/views/bookmarks/index.blade.php b/resources/views/bookmarks/index.blade.php
index 1bbd0cae..631dc599 100644
--- a/resources/views/bookmarks/index.blade.php
+++ b/resources/views/bookmarks/index.blade.php
@@ -23,6 +23,9 @@ Bookmarks «
@isset($bookmark->screenshot)
@endisset
+ @isset($bookmark->archive)
+
Internet Archive backup
+ @endisset
@if($bookmark->tags_count > 0)
@foreach($bookmark->tags as $tag)
diff --git a/resources/views/bookmarks/show.blade.php b/resources/views/bookmarks/show.blade.php
index bce59411..151fa8d7 100644
--- a/resources/views/bookmarks/show.blade.php
+++ b/resources/views/bookmarks/show.blade.php
@@ -21,6 +21,9 @@ Bookmark «
@isset($bookmark->screenshot)
@endisset
+ @isset($bookmark->archive)
+ Internet Archive backup
+ @endisset
@if(count($bookmark->tags) > 0)
@foreach($bookmark->tags as $tag)