wip: article AI polish, category SEO fields, cover generator, membership plan seeder
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
@php
|
||||
$websiteHref = $comment->websiteHref();
|
||||
@endphp
|
||||
@if($websiteHref)
|
||||
<a class="comment__author" href="{{ $websiteHref }}" rel="nofollow noopener noreferrer" target="_blank">{{ $comment->author }}</a>
|
||||
@else
|
||||
<strong class="comment__author">{{ $comment->author }}</strong>
|
||||
@endif
|
||||
Reference in New Issue
Block a user