Skip to content

Commit

Permalink
Add links to new feeds in base template.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuxax committed Jan 22, 2012
1 parent 7c92f19 commit fac0eed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions raggregate/templates/base/base.mak
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<title><%block name="html_title">${site_name}</%block></title>
<script type="text/javascript" src="${static_base}jquery-1.7.min.js"></script>
% if 'atom.enabled' in request.registry.settings and request.registry.settings['atom.enabled'] == 'true':
<link href="${request.route_url('atom_combined')}" type="application/atom+xml" rel="alternate" title="${site_name} all content" />
<link href="${request.route_url('atom_self_story')}" type="application/atom+xml" rel="alternate" title="${site_name} self only" />
<link href="${request.route_url('atom_story')}" type="application/atom+xml" rel="alternate" title="${site_name} stories" />
<link href="${request.route_url('atom_comment')}" type="application/atom+xml" rel="alternate" title="${site_name} comments" />
% endif
Expand Down

0 comments on commit fac0eed

Please sign in to comment.