bellroy / lesswrong-migrated

Automatically exported from code.google.com/p/lesswrong
Other
0 stars 0 forks source link

RSS link in page head goes to incorrect url #268

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to lesswrong.com
2. Click the rss icon in the address bar (if you have a browser or extension 
that supports such a feature)
3. Be directed to a dead page >.<

What is the expected output? What do you see instead?

I'd expect to see the RSS feed.

What version of which web browser are you using? On what operating system?

My system won't change the markup of the page. :P

Please provide any additional information below.

Look in the page head,just after where the favicon is defined:

&lt;link rel="alternate" type="application/rss+xml" title="RSS"
          href="http://lesswrong.com/wiki/Homepage/.rss" /&gt;

change the href to:

http://lesswrong.com/.rss

Thanks!

Original issue reported on code.google.com by metae...@gmail.com on 7 Sep 2011 at 4:31

GoogleCodeExporter commented 9 years ago
OK, I fixed this one, https://github.com/tricycle/lesswrong/pull/12

Original comment by mquan...@gmail.com on 12 Dec 2011 at 6:44

GoogleCodeExporter commented 9 years ago

Original comment by wjmo...@gmail.com on 22 Apr 2012 at 11:13