Skip to content

Commit

Permalink
Remove strange navigation links reference in Atom renderer
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Apr 27, 2018
1 parent 85fc61c commit 4916e36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nikola/nikola.py
Expand Up @@ -2324,8 +2324,6 @@ def atom_link(link_rel, link_type, link_href):
for k in self._ALL_PAGE_DEPS_TRANSLATABLE:
deps_context[k] = deps_context['all_page_deps'][k](lang)

deps_context['navigation_links'] = deps_context['global']['navigation_links'](lang)

feed_xsl_link = self.abs_link("/assets/xml/atom.xsl")
feed_root = lxml.etree.Element("feed")
feed_root.addprevious(lxml.etree.ProcessingInstruction(
Expand Down

0 comments on commit 4916e36

Please sign in to comment.