Add links box to root page only

pull/185/head
Thibaut 10 years ago
parent 720f34e96c
commit 16dcc3d2f8

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

Loading…
Cancel
Save