Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Nov 22, 2024
1 parent 34f4a76 commit 036e16a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions resources/views/articles/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ class="w-full bg-center bg-gray-800"
</div>
</div>
</div>

@if ($article->hasHeroImageAuthor())
<p class="text-xs text-black/50 text-center mt-2">
Photo by <a class="underline font-medium" href="{{ $article->hero_image_author_url }}?ref=laravel.io&utm_source=Laravel.io&utm_medium=referral" target="_blank">{{ $article->hero_image_author_name }} </a> on <a class="underline font-medium" href="https://unsplash.com/?ref=laravel.io&utm_source=Laravel.io&utm_medium=referral" target="_blank">Unsplash</a>
</p>
@endif
</div>

@if ($article->hasHeroImageAuthor())
<p class="text-xs text-black/50 text-center mt-2">
Photo by <a class="underline font-medium" href="{{ $article->hero_image_author_url }}?ref=laravel.io&utm_source=Laravel.io&utm_medium=referral" target="_blank">{{ $article->hero_image_author_name }} </a> on <a class="underline font-medium" href="https://unsplash.com/?ref=laravel.io&utm_source=Laravel.io&utm_medium=referral" target="_blank">Unsplash</a>
</p>
@endif
</div>

<div class="container mx-auto">
Expand Down

0 comments on commit 036e16a

Please sign in to comment.