aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/_includes
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2016-06-22 14:25:44 +0000
committerGravatar Lukacs Berki <lberki@google.com>2016-06-23 11:02:50 +0000
commita5f6fa30595e882df7a694b9789dda339362a571 (patch)
tree9f155aaacaee14cc8033cdc6bd5d941bd4c1af14 /site/_includes
parenteb856433d7949068944344352445f2068ad876cb (diff)
Improve open graph tags
Fixes #1089. -- MOS_MIGRATED_REVID=125562955
Diffstat (limited to 'site/_includes')
-rw-r--r--site/_includes/head.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/site/_includes/head.html b/site/_includes/head.html
index c2fc78d0c7..57bad5c9ee 100644
--- a/site/_includes/head.html
+++ b/site/_includes/head.html
@@ -34,8 +34,6 @@
<link rel="stylesheet" type="text/css" href="/css/main.css" />
<!-- metadata -->
- <meta name="og:title" content="Bazel"/>
+ <meta name="og:title" content="{{ page.title }}"/>
<meta name="og:image" content="/images/bazel-og-image.png"/>
- <meta name="og:description" content="Correct, reproducible, fast builds for everyone"/>
</head>
-