Add links box to root page only

This commit is contained in:
Thibaut 2015-03-14 18:03:15 -04:00
parent 720f34e96c
commit 16dcc3d2f8

View file

@ -1,7 +1,7 @@
module Docs
class LinksFilter < Filter
def call
html.prepend(links_html) if links
html.prepend(links_html) if root_page? && links
html
end