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 75c283e commit 3f572c1Copy full SHA for 3f572c1
_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