Fix page titles for non markdown formats
This commit is contained in:
@@ -116,7 +116,7 @@ module Precious
|
|||||||
# Finds header node inside Nokogiri::HTML document.
|
# Finds header node inside Nokogiri::HTML document.
|
||||||
#
|
#
|
||||||
def find_header_node(doc)
|
def find_header_node(doc)
|
||||||
case self.format
|
case @page.format
|
||||||
when :asciidoc
|
when :asciidoc
|
||||||
doc.css("div#gollum-root > div#header > h1:first-child")
|
doc.css("div#gollum-root > div#header > h1:first-child")
|
||||||
when :org
|
when :org
|
||||||
|
|||||||
Reference in New Issue
Block a user