8000 Add the site title to the page title always. · adevore/blog.rust-lang.org@231aeb2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 231aeb2

Browse files
committed
Add the site title to the page title always.
1 parent 2ac2c28 commit 231aeb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<meta name="viewport" content="width=device-width">
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55

6-
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
6+
<title>{% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.title }}{% endif %}</title>
77
<meta name="description" content="{{ site.description }}">
88
<link rel="alternate" type="application/rss+xml" title="The Rust Programming Language Blog" href="http://blog.rust-lang.org/feed.x 3D7C ml" />
99
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">

0 commit comments

Comments
 (0)
0