aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/index.html.erb
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-01-09 14:17:44 +0900
committerGitHub <noreply@github.com>2019-01-09 14:17:44 +0900
commit69ca787bd26c0306cdfde25de76036686fc39f4f (patch)
tree3cbfdf0c128265f049b08435b8e1a943e781d033 /guides/source/index.html.erb
parentc512d65d5d014562672902a8f53392b941d255a1 (diff)
parent4b56d60fe7da01d5680008b0301a3377d522a94d (diff)
downloadrails-69ca787bd26c0306cdfde25de76036686fc39f4f.tar.gz
rails-69ca787bd26c0306cdfde25de76036686fc39f4f.tar.bz2
rails-69ca787bd26c0306cdfde25de76036686fc39f4f.zip
Merge pull request #34860 from toshimaru/make-guides-sns-friendly
Make Ruby on Rails Guides SNS-friendly
Diffstat (limited to 'guides/source/index.html.erb')
-rw-r--r--guides/source/index.html.erb5
1 files changed, 2 insertions, 3 deletions
diff --git a/guides/source/index.html.erb b/guides/source/index.html.erb
index 76f01fea0a..10e388774c 100644
--- a/guides/source/index.html.erb
+++ b/guides/source/index.html.erb
@@ -1,6 +1,5 @@
-<% content_for :page_title do %>
-Ruby on Rails Guides
-<% end %>
+<% content_for :page_title, "Ruby on Rails Guides" %>
+<% content_for :description, "Ruby on Rails Guides" %>
<% content_for :header_section do %>
<%= render 'welcome' %>