wip: article AI polish, category SEO fields, cover generator, membership plan seeder
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<div class="panel">
|
||||
@forelse($comments as $comment)
|
||||
<div class="comment">
|
||||
<strong>{{ $comment->author }}</strong>
|
||||
@include('theme::partials.comment-author')
|
||||
<span class="meta"> · <a href="{{ url('/show-'.$comment->article_id.'.shtml') }}">{{ $comment->article?->title }}</a></span>
|
||||
<div>{!! $comment->content !!}</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user