Skip to content

Instantly share code, notes, and snippets.

@alhertz
Last active February 21, 2016 05:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alhertz/8856838 to your computer and use it in GitHub Desktop.
Save alhertz/8856838 to your computer and use it in GitHub Desktop.
HAML - Meta Template
%title Site Name
%meta(content='Site Name' name='apple-mobile-web-app-title')
%meta(name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no')
%link{:href => "/images/favicon.png", :rel => "shortcut icon"}/
%link{:href => "/images/kitten@114x114.png", :rel => "apple-touch-icon"}/
/ META
%meta(property="og:site_name" content="Site Name")
%meta(property="og:image" content="")
%meta(property="og:description" content="Bacon ipsum dolor sit amet chicken biltong ham hock, kevin spare ribs t-bone pork loin short ribs sirloin ribeye venison shankle.")
%meta(property="og:url" content="http://placekitten.com")
%meta(property="og:type" content="website")
/ FACEBOOK OG META
%meta(property="og:site_name" content="Site Name")
%meta(property="og:image" content="http://placekitten.com/g/1500/1500")
%meta(property="og:description" content="Bacon ipsum dolor sit amet chicken biltong ham hock, kevin spare ribs t-bone pork loin short ribs sirloin ribeye venison shankle. ")
%meta(property="og:url" content="http://placekitten.com")
%meta(property="og:type" content="website")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment