From fdb68517673609508162bd05243ca1f8e75a4c92 Mon Sep 17 00:00:00 2001 From: Dean Lofts Date: Thu, 29 Aug 2024 09:09:19 +1000 Subject: [PATCH] omg og and llms --- app/views/layouts/application.html.erb | 1 + 1 file changed, 1 insertion(+) 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.' %>