Add supporting modifications to frontend and css
This commit is contained in:
committed by
Arran Cudbard-Bell
parent
8e89ec504f
commit
38c943d564
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user