diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 5f97e35..faf6057 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -16,6 +16,7 @@ <%= tag.meta property: 'og:site_name', content: 'Linkarooie' %> <%= tag.meta property: 'og:locale', content: 'en_US' %> <%= tag.meta property: 'og:updated_time', content: '2024-08-08T12:00:19Z' %> + <%= tag.meta name: 'twitter:card', content: 'summary_large_image' %> <%= tag.meta property: 'og:title', content: content_for?(:og_title) ? content_for(:og_title) : 'Linkarooie - Simplify Your Online Presence' %> <%= tag.meta property: 'og:description', content: content_for?(:og_description) ? content_for(:og_description) : 'Manage all your links in one place with Linkarooie.' %>