Skip to content

Commit

Permalink
Add missing tags (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtOfCode- committed Sep 7, 2024
1 parent 71a6eca commit 6ce9779
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/layouts/_head.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
<% else %>
<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="@CodidactQA" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="<%= RequestContext.community.name %> - Codidact" />
<meta property="og:url" content="<%= request.original_url %>" />
<meta property="og:title" content="<%= page_title %>" />
<meta property="og:description" content="<%= content_for?(:description) ? content_for(:description) : desc %>" />
Expand Down

0 comments on commit 6ce9779

Please sign in to comment.