Bugfixes Sidebar
This commit is contained in:
@@ -57,8 +57,8 @@
|
||||
<p>
|
||||
{!! Str::ucfirst(words($post->content, 45)) !!}
|
||||
</p>
|
||||
<a href="{{ route('read_post', $post->slug) }}" class="btn btn-outline-primary">Read
|
||||
more...</a>
|
||||
<a href="{{ route('read_post', $post->slug) }}" class="btn btn-outline-primary">Mehr
|
||||
lesen...</a>
|
||||
</div>
|
||||
@endforeach
|
||||
@endif
|
||||
@@ -96,8 +96,8 @@
|
||||
<p>
|
||||
{!! Str::ucfirst(words($post->content, 30)) !!}
|
||||
</p>
|
||||
<a href="{{ route('read_post', $post->slug) }}" class="btn btn-outline-primary">Read
|
||||
more...</a>
|
||||
<a href="{{ route('read_post', $post->slug) }}" class="btn btn-outline-primary">Mehr
|
||||
lesen...</a>
|
||||
</div>
|
||||
</article>
|
||||
@endforeach
|
||||
@@ -122,13 +122,13 @@
|
||||
<li class="media widget-post align-items-center">
|
||||
<a href="{{ route('read_post', $item->slug) }}">
|
||||
<img loading="lazy" class="mr-3" alt="post-thumb"
|
||||
src="/images/posts/resized/thumb_{{ $post->featured_image }}">
|
||||
src="/images/posts/resized/thumb_{{ $item->featured_image }}">
|
||||
</a>
|
||||
<div class="media-body">
|
||||
<h6 class="mb-0">
|
||||
<a href="{{ route('read_post', $item->slug) }}">{{ $item->title }}</a>
|
||||
</h6>
|
||||
<small>{{ date_formatter($post->created_at) }}</small>
|
||||
<small>{{ date_formatter($item->created_at) }}</small>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user