Skip to content

Instantly share code, notes, and snippets.

@abhianair
Created June 24, 2020 05:08
Show Gist options
  • Save abhianair/42acb645e2ccd5b680d285bbb390d023 to your computer and use it in GitHub Desktop.
Save abhianair/42acb645e2ccd5b680d285bbb390d023 to your computer and use it in GitHub Desktop.
Specific title tag for specific page or default title
<title><%= (yield(:title) unless yield(:title).blank?).to_s + ("Default title" if yield(:title).blank?).to_s %></title>
<% content_for :title, "Special title" %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment