Skip to content

Commit

Permalink
Adapt feed for feedburner
Browse files Browse the repository at this point in the history
  • Loading branch information
leehambley committed Jan 4, 2013
1 parent 0ffe333 commit 393c293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/feed.xml.builder
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do
xml.entry do
xml.title article.title
xml.link "rel" => "alternate", "href" => article.url
xml.id article.url
xml.id "http://lee.hambley.name/" + article.url
xml.published article.date.to_time.iso8601
xml.updated article.date.to_time.iso8601
xml.author { xml.name "Lee Hambley" }
Expand Down
2 changes: 1 addition & 1 deletion source/layout.haml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
= link_to '[email protected]', 'mailto:[email protected]'
%p
%i.icon-star-empty
= link_to 'RSS Feed', '/feed.xml'
= link_to 'RSS Feed', 'http://feeds.feedburner.com/leehambleyname'
%p
%i.icon-signal
+49 (0) 170 298 5667
Expand Down

0 comments on commit 393c293

Please sign in to comment.