@php $content = str_replace('
', '', $content); @endphp
{!! $content !!}
@if($link = get_field('link'))
Pressify
@endif
@include('components.share-button', [
'button_text' => 'Share on Linkedin',
'platform' => 'linkedin',
'text' => get_the_title(),
'url' => get_permalink()
])
@include('components.share-button', [
'button_text' => 'Share on Twitter',
'platform' => 'twitter',
'text' => get_the_title(),
'url' => get_permalink()
])