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.
2 parents 69ccee7 + 3f572c1 commit 0361fa8Copy full SHA for 0361fa8
_includes/head.html
@@ -5,7 +5,7 @@
5
6
<title>{% if page.title %}{{ page.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.xml" />
9
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
10
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
11
</head>
0 commit comments