Add mathjax using SSL CDN.

This commit is contained in:
bootstraponline
2012-05-24 17:18:55 -06:00
parent 7b0988cc19
commit ff8b892ebe
5 changed files with 19 additions and 2 deletions
+6
View File
@@ -67,12 +67,18 @@ 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
def mathjax
@mathjax
end
end
end
end