aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/index.html.erb
diff options
context:
space:
mode:
authortoshimaru <me@toshimaru.net>2019-01-04 16:37:24 +0900
committertoshimaru <me@toshimaru.net>2019-01-09 13:23:22 +0900
commit4b56d60fe7da01d5680008b0301a3377d522a94d (patch)
tree3cbfdf0c128265f049b08435b8e1a943e781d033 /guides/source/index.html.erb
parentc512d65d5d014562672902a8f53392b941d255a1 (diff)
downloadrails-4b56d60fe7da01d5680008b0301a3377d522a94d.tar.gz
rails-4b56d60fe7da01d5680008b0301a3377d522a94d.tar.bz2
rails-4b56d60fe7da01d5680008b0301a3377d522a94d.zip
Add OG tags to layout.html.erb
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' %>