Created
July 9, 2024 21:28
-
-
Save danielvlopes/82e0713a5c8437effa51e2bed046175f to your computer and use it in GitHub Desktop.
makerting.html.erb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> | |
<%= render "application/head" %> | |
<%= turbo_refreshes_with method: :morph, scroll: :reset %> | |
<% if content_for?(:meta_description) || meta_description_default_value %> | |
<%= tag.meta name: "description", content: yield(:meta_description) %> | |
<% end %> | |
<% if content_for?(:social_metatags) %> | |
<%= yield :social_metatags %> | |
<% else %> | |
<%= render "public/shared/social_meta_tags" %> | |
<% end %> | |
<%= yield :head %> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment