diff options
| author | hukl <contact@smyck.org> | 2009-11-21 10:55:38 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-11-21 10:55:38 +0100 |
| commit | 502a1bd51e46202b41d8978b0a455a07653a03d8 (patch) | |
| tree | f5f18dbfce6829c27e7c060362f762d5c804d09a /app | |
| parent | 71f553361e8fff35133b359c4ad56c3b58f48a29 (diff) | |
added rdf autodiscovery as well as .xml and .rdf extensions
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/layouts/application.html.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index cc4c01b..71a6fcd 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb | |||
| @@ -12,7 +12,8 @@ | |||
| 12 | <%= stylesheet_link_tag "shadowbox" %> | 12 | <%= stylesheet_link_tag "shadowbox" %> |
| 13 | <%= javascript_include_tag 'public' %> | 13 | <%= javascript_include_tag 'public' %> |
| 14 | 14 | ||
| 15 | <%= auto_discovery_link_tag(:atom, {:controller => "rss", :action => "updates"}) %> | 15 | <%= auto_discovery_link_tag(:atom, {:controller => "rss", :action => "updates", :format => :xml}) %> |
| 16 | <%= auto_discovery_link_tag(:rdf, {:controller => "rss", :action => "updates", :format => :rdf}) %> | ||
| 16 | </head> | 17 | </head> |
| 17 | 18 | ||
| 18 | <body> | 19 | <body> |
