Skip to content

Commit

Permalink
Merge pull request #63 from loftwah/dl/og-tag-fix
Browse files Browse the repository at this point in the history
omg og and llms
  • Loading branch information
loftwah authored Aug 28, 2024
2 parents 58c834d + fdb6851 commit 96d1706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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.' %>
Expand Down

0 comments on commit 96d1706

Please sign in to comment.