mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
Fix title rendering
This commit is contained in:
parent
f3d6a273fb
commit
add7d319d8
2 changed files with 2 additions and 2 deletions
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue