aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/_includes/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/_includes/head.html')
-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>
-