Skip to content

Commit

Permalink
Fix top page title (apache#4242)
Browse files Browse the repository at this point in the history
### Motivation


* Currently, the top page title of http://pulsar.apache.org/ is `Apache Pulsar · `

### Modifications

* Add `disableTitleTagline: true` in siteConfig and the title is changed from `Apache Pulsar · ` to `Apache Pulsar` .
  • Loading branch information
hrsakai authored and sijie committed May 9, 2019
1 parent 8c59fd3 commit 6f6cc93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site2/website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ const siteVariables = {

const siteConfig = {
title: 'Apache Pulsar' /* title for your website */,
disableTitleTagline: true,
tagline: '',
url: url /* your website url */,
baseUrl: baseUrl /* base url for your project */,
Expand Down

0 comments on commit 6f6cc93

Please sign in to comment.