Skip to content

Instantly share code, notes, and snippets.

@lappi-lynx
Created July 4, 2013 15:01
Show Gist options
  • Save lappi-lynx/5928486 to your computer and use it in GitHub Desktop.
Save lappi-lynx/5928486 to your computer and use it in GitHub Desktop.
head
title = content_for?(:title) ? yield(:title) : 'Nathaniel Paul'
meta charset="utf-8"
meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"
meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=1, user-scalable=0"
meta name="description" content="#{content_for?(:description) ? yield(:description) : 'Nathaniel Paul description text'}"
meta name="keywords" content="#{content_for?(:keywords) ? yield(:keywords) : 'Nathaniel Paul, designer, emerged'}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment