@if (has_post_thumbnail())
{!! get_the_post_thumbnail(null, 'large', ['class' => 'post-hero__img', 'loading' => 'eager']) !!}
@endif
@if (! empty($categories))
{{ $categories[0]->name }}
@else
{{ __('Novost', 'elit-gastro') }}
@endif
·
{{ get_the_date() }}
{{ get_the_title() }}
@if (has_excerpt())
{{ get_the_excerpt() }}
@endif
@if (function_exists('get_avatar'))
{!! get_avatar(get_the_author_meta('ID'), 44, '', '', ['class' => 'post-hero__avatar']) !!}
@endif
{{ get_the_author() }}
@php($readContent = strip_tags(apply_filters('the_content', get_the_content())))
@php($readMinutes = max(1, (int) ceil(str_word_count($readContent) / 200)))
{{ sprintf(__('%d min čitanja', 'elit-gastro'), $readMinutes) }}