Change default page title
This commit is contained in:
parent
918b6e043e
commit
6ac359d26d
|
@ -169,7 +169,7 @@ class Travis::Web::App
|
||||||
end
|
end
|
||||||
|
|
||||||
def title
|
def title
|
||||||
default_title = "Travis CI - Free Hosted Continuous Integration Platform for the Open Source Community"
|
default_title = "Travis CI - Test and deploy your code in confidence"
|
||||||
ENV['SITE_TITLE'] || default_title
|
ENV['SITE_TITLE'] || default_title
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user