From 01003f8e5f72bd03bf02f28eb6b176de0e027e11 Mon Sep 17 00:00:00 2001 From: Dean Lofts Date: Fri, 30 Aug 2024 19:53:07 +1000 Subject: [PATCH] yes --- app/views/layouts/application.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 5e3195a..bf86a98 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -24,7 +24,7 @@ <%= tag.meta property: 'og:url', content: root_url %> - <%= tag.meta name: 'twitter:card', content: 'summary_large_image' %> + <%= tag.meta name: 'twitter:card', content: content_for?(:og_image) ? content_for(:og_image) : image_url('default_og_image.png') %> <%= tag.meta name: 'twitter:title', content: 'Linkarooie - Simplify Your Online Presence' %> <%= tag.meta name: 'twitter:description', content: 'Manage all your links in one place with Linkarooie. Create a central hub for your social and professional profiles.' %> <%= tag.meta name: 'twitter:image', content: image_url('default_og_image.png') %>