8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac2c28 commit 231aeb2Copy full SHA for 231aeb2
_includes/head.html
@@ -3,7 +3,7 @@
3
<meta name="viewport" content="width=device-width">
4
<meta http-equiv="X-UA-Compatible" content="IE=edge">
5
6
- <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
+ <title>{% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.title }}{% endif %}</title>
7
<meta name="description" content="{{ site.description }}">
8
<link rel="alternate" type="application/rss+xml" title="The Rust Programming Language Blog" href="http://blog.rust-lang.org/feed.x 3D7C ml" />
9
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
0 commit comments