Skip to content

Commit 487d4aa

Browse files
committed
Fixed » in page titles
1 parent ec006f4 commit 487d4aa

File tree

11 files changed

+11
-16
lines changed

11 files changed

+11
-16
lines changed

coa/templates/COALandingPage.ss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
<meta name="viewport" content="width=device-width, initial-scale=1">
1111
<meta name="globalsign-domain-verification" content="tWFOHNAA_WMHmHfBMq38uTgupHFugV_dZ2rqyRxNMx" />
1212
$MetaTags(false)
13-
14-
<title>$Title &raquo; OpenStack Open Source Cloud Computing Software</title>
13+
<title>$Title - OpenStack is open source software for creating private and public clouds.</title>
1514

1615
<% base_tag %>
1716

marketplace/templates/MarketPlacePage.ss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
<meta name="viewport" content="width=device-width, initial-scale=1">
1010
<meta name="globalsign-domain-verification" content="tWFOHNAA_WMHmHfBMq38uTgupHFugV_dZ2rqyRxNMx" />
1111
$MetaTags(false)
12-
13-
<title>$Title &raquo; OpenStack Open Source Cloud Computing Software</title>
12+
<title>$Title - OpenStack is open source software for creating private and public clouds.</title>
1413
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.openstack.org/blog/feed/" />
1514
<!-- Fonts -->
1615
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">

openstack/code/Page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ public function getOGTitle()
232232
if(!empty($title)) return $title;
233233
}
234234

235-
return $this->Title." &raquo; OpenStack Open Source Cloud Computing Software";
235+
return $this->Title." - OpenStack Open Source Cloud Computing Software";
236236
}
237237
}
238238

software/templates/SoftwareHomePage.ss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
<meta name="viewport" content="width=device-width, initial-scale=1">
1010
<meta name="globalsign-domain-verification" content="tWFOHNAA_WMHmHfBMq38uTgupHFugV_dZ2rqyRxNMx" />
1111
$MetaTags(false)
12-
13-
<title>$Title &raquo; OpenStack Open Source Cloud Computing Software</title>
12+
<title>$Title - OpenStack is open source software for creating private and public clouds.</title>
1413

1514
<% base_tag %>
1615

software/templates/SoftwareSubPage.ss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<meta name="globalsign-domain-verification" content="tWFOHNAA_WMHmHfBMq38uTgupHFugV_dZ2rqyRxNMx" />
1010
$MetaTags(false)
11-
12-
<title>$Title &raquo; OpenStack Open Source Cloud Computing Software</title>
11+
<title>$Title - OpenStack is open source software for creating private and public clouds.</title>
1312

1413
<% base_tag %>
1514

survey_builder/templates/SurveyPage.ss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta name="globalsign-domain-verification" content="tWFOHNAA_WMHmHfBMq38uTgupHFugV_dZ2rqyRxNMx" />
8-
<title>$Title &raquo; OpenStack Open Source Cloud Computing Software</title>
8+
<title>$Title - OpenStack is open source software for creating private and public clouds.</title>
99

1010
$MetaTags(false)
1111

themes/openstack/templates/CoaPage.ss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
<meta http-equiv="X-UA-Compatible" content="IE=edge">
99
<meta name="viewport" content="width=device-width, initial-scale=1">
1010
<meta name="globalsign-domain-verification" content="tWFOHNAA_WMHmHfBMq38uTgupHFugV_dZ2rqyRxNMx" />
11-
12-
<title>$Title &raquo; OpenStack Open Source Cloud Computing Software</title>
11+
<title>$Title - OpenStack is open source software for creating private and public clouds.</title>
1312

1413
<% base_tag %>
1514

themes/openstack/templates/ConferencePage.ss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta http-equiv="X-UA-Compatible" content="IE=edge">
99
<meta name="viewport" content="width=device-width, initial-scale=1">
1010
<meta name="globalsign-domain-verification" content="tWFOHNAA_WMHmHfBMq38uTgupHFugV_dZ2rqyRxNMx" />
11-
<title>$Title &raquo; OpenStack Open Source Cloud Computing Software</title>
11+
<title>$Title - OpenStack is open source software for creating private and public clouds.</title>
1212

1313
<% base_tag %>
1414

themes/openstack/templates/ConferenceSubPage.ss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta http-equiv="X-UA-Compatible" content="IE=edge">
99
<meta name="viewport" content="width=device-width, initial-scale=1">
1010
<meta name="globalsign-domain-verification" content="tWFOHNAA_WMHmHfBMq38uTgupHFugV_dZ2rqyRxNMx" />
11-
<title>$Title &raquo; OpenStack Open Source Cloud Computing Software</title>
11+
<title>$Title - OpenStack is open source software for creating private and public clouds.</title>
1212

1313
<% base_tag %>
1414

themes/openstack/templates/Page.ss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta http-equiv="X-UA-Compatible" content="IE=edge">
99
<meta name="viewport" content="width=device-width, initial-scale=1">
1010
<meta name="globalsign-domain-verification" content="tWFOHNAA_WMHmHfBMq38uTgupHFugV_dZ2rqyRxNMx" />
11-
<title>$Title &raquo; OpenStack Open Source Cloud Computing Software</title>
11+
<title>$Title - OpenStack is open source software for creating private and public clouds.</title>
1212

1313
$MetaTags(false)
1414

themes/openstack/templates/SponsorsPage.ss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta http-equiv="X-UA-Compatible" content="IE=edge">
99
<meta name="viewport" content="width=device-width, initial-scale=1">
1010
<meta name="globalsign-domain-verification" content="tWFOHNAA_WMHmHfBMq38uTgupHFugV_dZ2rqyRxNMx" />
11-
<title>$Title &raquo; OpenStack Open Source Cloud Computing Software</title>
11+
<title>$Title - OpenStack is open source software for creating private and public clouds.</title>
1212

1313
<% base_tag %>
1414

0 commit comments

Comments
 (0)