Fix title rendering

This commit is contained in:
Andrew Sliwinski 2015-10-13 09:41:40 -04:00
parent f3d6a273fb
commit add7d319d8
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{
"title": "Scratch - Imagine, Program, Share",
"title": "Imagine, Program, Share",
"description": "Scratch is a free programming language and online community where you can create your own interactive stories, games, and animations."
}

View file

@ -15,7 +15,7 @@
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://scratch.mit.edu/" />
<meta property="og:title" content="Scratch - Imagine, Program, Share" />
<meta property="og:title" content="Scratch - {{title}}" />
<meta property="og:description" content="Make games, stories and interactive art with Scratch. (scratch.mit.edu)" />
<!-- Favicon & CSS normalize -->