Add supporting modifications to frontend and css

This commit is contained in:
Arran Cudbard-Bell
2011-06-03 23:23:43 -07:00
committed by Arran Cudbard-Bell
parent 8e89ec504f
commit 38c943d564
4 changed files with 85 additions and 13 deletions
+6
View File
@@ -65,6 +65,12 @@ module Precious
def sidebar_format
has_sidebar && @sidebar.format.to_s
end
def has_toc
!@toc_content.nil?
end
def toc_content
@toc_content
end
end
end
end