8000 add RSS autodiscovery link · moretti/blog.rust-lang.org@3f572c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f572c1

Browse files
committed
add RSS autodiscovery link
1 parent 75c283e commit 3f572c1

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
@@ -5,7 +5,7 @@
55

66
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
77
<meta name="description" content="{{ site.description }}">
8-
8+
<link rel="alternate" type="application/rss+xml" title="The Rust Programming Language Blog" href="http://blog.rust-lang.org/feed.xml" />
99
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
1010
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
1111
</head>

0 commit comments

Comments
 (0)
0