Skip to content

Commit

Permalink
metadata for tea time index page
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitshah811 committed Jun 2, 2018
1 parent 7bf355b commit fd1c1df
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/views/tea_times/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
<%= content_for :title do %>Tea Times this month | Tea With Strangers<% end %>
<%= content_for :description do %>
Tea Time is where five-ish strangers sit at a cafe with a Host to have a two hour conversation. It's not about anything in particular. The circumstances are unusual, but that's the point.
<% end %>
<%= content_for :head do %>
<meta property ="og:type" content="website"/>
<meta property ="og:title" content="Tea With Strangers"/>
<meta property ="og:image" content="<%= image_path("landing/tea-time-banner.jpg") %>" />
<meta property ="og:description" content ="Good conversations are hard to find. That's where Tea Time come in. Five-ish strangers sit at a cafe with a Host to talk. Not about anything in particular. The circumstances are unusual, but that's the point."/>
<% end %>
<% month_name = Date.today.strftime("%B") %>
<% next_month_name = Date.today.next_month.strftime("%B") %>

Expand Down

0 comments on commit fd1c1df

Please sign in to comment.