Skip to content

Instantly share code, notes, and snippets.

@mikeobrien
Last active December 23, 2015 20:39
Show Gist options
  • Save mikeobrien/6691272 to your computer and use it in GitHub Desktop.
Save mikeobrien/6691272 to your computer and use it in GitHub Desktop.
Company name missing so it shows up in the browser tab as " - Home".
<title> - Home</title>
<meta property="og:title" content=" - Home" />
Should be:
<title>Ambri - Home</title>
<meta property="og:title" content="Ambri - Home" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment