This commit is contained in:
bootstraponline
2012-11-11 14:40:47 -07:00
parent f699b82a9f
commit 470a7b8f52
4 changed files with 12 additions and 1 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ module Precious
DEFAULT_AUTHOR = 'you'
def title
@page.url_path_title
h1 = @h1_title ? page_header_from_content(@content) : false
h1 || @page.url_path_title
end
def page_header