File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 8
8
< link rel ="preload " as ="font " type ="font/woff2 " href ="https://www2.buildkiteassets.com/assets/lineto-circular/lineto-circular-bold-23e71bdfef13622d0d52b2b4b7ed3c1edb9e81f210692130dee9a521e97d062f.woff2 " crossorigin ="anonymous " />
9
9
< link rel ="preload " as ="font " type ="font/woff2 " href ="https://www2.buildkiteassets.com/assets/lineto-circular/lineto-circular-black-a8002849ea799a4dcf1be0b1abe0f010991cbae508f24f62e9ee0262590197eb.woff2 " crossorigin ="anonymous " >
10
10
11
- < title > <%= content_for ( :page_title ) %> | Buildkite Documentation </ title >
11
+ < title > <%= [ content_for ( :page_title ) , "Buildkite Documentation" ] . compact . join ( " | " ) %> </ title >
12
12
13
13
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
14
14
<%= stylesheet_link_tag "docsearch" , "application" , media : "all" %>
Original file line number Diff line number Diff line change 8
8
< link rel ="preload " as ="font " type ="font/woff2 " href ="https://www2.buildkiteassets.com/assets/lineto-circular/lineto-circular-bold-23e71bdfef13622d0d52b2b4b7ed3c1edb9e81f210692130dee9a521e97d062f.woff2 " crossorigin ="anonymous " />
9
9
< link rel ="preload " as ="font " type ="font/woff2 " href ="https://www2.buildkiteassets.com/assets/lineto-circular/lineto-circular-black-a8002849ea799a4dcf1be0b1abe0f010991cbae508f24f62e9ee0262590197eb.woff2 " crossorigin ="anonymous " >
10
10
11
- < title >
12
- <% if content_for? :page_title %>
13
- <%= yield :page_title %>
14
- <% else %>
15
- Buildkite Documentation
16
- <% end %>
17
- </ title >
11
+ < title > <%= [ content_for ( :page_title ) , "Buildkite Documentation" ] . compact . join ( " | " ) %> </ title >
18
12
19
13
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
20
14
<%= stylesheet_link_tag "docsearch" , "application" , media : "all" %>
You can’t perform that action at this time.
0 commit comments