diff options
author | Jeremy Stanley <fungi@yuggoth.org> | 2018-02-01 18:12:59 +0000 |
---|---|---|
committer | Jeremy Stanley <fungi@yuggoth.org> | 2018-02-01 18:12:59 +0000 |
commit | c3f36f3d6f3a65a810c6b7bc676d69a972c36058 (patch) | |
tree | 5b376de02569152a9699665b22148b9aae06d828 | |
parent | 837932779d1af0ca138839cba80b59e2641f2446 (diff) |
Update page title
Use the title/subtitle from the page content as the HTML title
metadata rather than the boilerplate created by the theme.
Change-Id: Iea067a477115399d20ff375aee6dce085e394476
Notes
Notes (review):
Code-Review+2: Paul Belanger <pabelanger@redhat.com>
Code-Review+2: James E. Blair <corvus@inaugust.com>
Workflow+1: James E. Blair <corvus@inaugust.com>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Thu, 01 Feb 2018 18:34:49 +0000
Reviewed-on: https://review.openstack.org/540076
Project: openstack-infra/zuul-website
Branch: refs/heads/master
-rw-r--r-- | www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index b1bb837..498d995 100644 --- a/www/index.html +++ b/www/index.html | |||
@@ -6,7 +6,7 @@ | |||
6 | --> | 6 | --> |
7 | <html> | 7 | <html> |
8 | <head> | 8 | <head> |
9 | <title>Arcana by HTML5 UP</title> | 9 | <title>Zuul: Cross-Project CI/CD with Ansible</title> |
10 | <meta charset="utf-8" /> | 10 | <meta charset="utf-8" /> |
11 | <meta name="viewport" content="width=device-width, initial-scale=1" /> | 11 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
12 | <!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]--> | 12 | <!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]--> |