Skip to content

Commit

Permalink
Update show.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
Shpigford committed Nov 19, 2024
1 parent 9747d79 commit 128e703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/stocks/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%
title "#{@stock.symbol} Stock Price, Information and News (#{@stock.name}) - Stocks"
description "#{@stock.symbol} Stock Price, Information and News (#{@stock.name}) - Stocks"
title "#{@stock.symbol} Stock Price - #{@stock.name}"
description "Stay updated with the latest stock price, news, and comprehensive information on #{@stock.symbol} (#{@stock.name}). Access real-time data, historical performance, and expert analysis to make informed investment decisions."
meta_image @stock.meta_image_url if @stock.meta_image_url.present?
%>

Expand Down

0 comments on commit 128e703

Please sign in to comment.