Show anyu archive links
This commit is contained in:
parent
6c2b73c574
commit
7688bb51d9
2 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,9 @@ Bookmarks «
|
||||||
@isset($bookmark->screenshot)
|
@isset($bookmark->screenshot)
|
||||||
<img src="/assets/img/bookmarks/{{ $bookmark->screenshot }}.png">
|
<img src="/assets/img/bookmarks/{{ $bookmark->screenshot }}.png">
|
||||||
@endisset
|
@endisset
|
||||||
|
@isset($bookmark->archive)
|
||||||
|
<p><a href="https://web.archive.org{{ $bookmark->archive }}">Internet Archive backup</a></p>
|
||||||
|
@endisset
|
||||||
@if($bookmark->tags_count > 0)
|
@if($bookmark->tags_count > 0)
|
||||||
<ul>
|
<ul>
|
||||||
@foreach($bookmark->tags as $tag)
|
@foreach($bookmark->tags as $tag)
|
||||||
|
|
|
@ -21,6 +21,9 @@ Bookmark «
|
||||||
@isset($bookmark->screenshot)
|
@isset($bookmark->screenshot)
|
||||||
<img src="/assets/img/bookmarks/{{ $bookmark->screenshot }}.png">
|
<img src="/assets/img/bookmarks/{{ $bookmark->screenshot }}.png">
|
||||||
@endisset
|
@endisset
|
||||||
|
@isset($bookmark->archive)
|
||||||
|
<p><a href="https://web.archive.org{{ $bookmark->archive }}">Internet Archive backup</a></p>
|
||||||
|
@endisset
|
||||||
@if(count($bookmark->tags) > 0)
|
@if(count($bookmark->tags) > 0)
|
||||||
<ul>
|
<ul>
|
||||||
@foreach($bookmark->tags as $tag)
|
@foreach($bookmark->tags as $tag)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue