@hasSection ('og_title')
@if (config('streamline.open_graph.tags.title.enabled'))
@endif
@endif
@hasSection ('og_description')
@if (config('streamline.open_graph.tags.description.enabled'))
@endif
@endif
@hasSection ('og_url')
@if (config('streamline.open_graph.tags.url.enabled'))
@endif
@endif
@hasSection ('og_type')
@if (config('streamline.open_graph.tags.type.enabled'))
@endif
@endif
@hasSection ('og_locale')
@if (config('streamline.open_graph.tags.locale.enabled'))
@endif
@endif
@hasSection ('og_image')
@if (config('streamline.open_graph.tags.image.enabled'))
@endif
@endif
@if (config('streamline.open_graph.tags.site_name.enabled'))
@endif