Skip to content

Commit

Permalink
Fix bad URL
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Jan 23, 2016
1 parent 3976884 commit 02a287f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/atom.xml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<% articles(10).each do |article| %>
<entry>
<title><%= article_title(article) %></title>
<id>http://hanamirb.ororg<%= article.url %></id>
<id>http://hanamirb.org<%= article.url %></id>
<link rel="alternate" href="http://hanamirb.org<%= article.url %>"/>
<updated><%= article.date.to_time.iso8601 %></updated>
<author>
Expand Down

0 comments on commit 02a287f

Please sign in to comment.