Skip to content

Commit

Permalink
use raw ruby instead of interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
5andu committed Jan 8, 2024
1 parent 5024b03 commit ee81bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/blog_posts/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% meta title: "#{@blog_post.title}", description: "#{@blog_post.description}" %>
<% meta title: @blog_post.title, description: @blog_post.description %>

<div class="font-inter antialiased text-gray-800 tracking-tight my-16">
<main class="grow">
Expand Down

0 comments on commit ee81bff

Please sign in to comment.