updating some comments in Page that referred to Post
This commit is contained in:
parent
ece127c865
commit
f3a1aa99e2
|
@ -9,7 +9,7 @@ module Jekyll
|
||||||
# Initialize a new Page.
|
# Initialize a new Page.
|
||||||
# +base+ is the String path to the <source>
|
# +base+ is the String path to the <source>
|
||||||
# +dir+ is the String path between <source> and the file
|
# +dir+ is the String path between <source> and the file
|
||||||
# +name+ is the String filename of the post file
|
# +name+ is the String filename of the file
|
||||||
#
|
#
|
||||||
# Returns <Page>
|
# Returns <Page>
|
||||||
def initialize(base, dir, name)
|
def initialize(base, dir, name)
|
||||||
|
@ -24,8 +24,8 @@ module Jekyll
|
||||||
#self.transform
|
#self.transform
|
||||||
end
|
end
|
||||||
|
|
||||||
# Extract information from the post filename
|
# Extract information from the page filename
|
||||||
# +name+ is the String filename of the post file
|
# +name+ is the String filename of the page file
|
||||||
#
|
#
|
||||||
# Returns nothing
|
# Returns nothing
|
||||||
def process(name)
|
def process(name)
|
||||||
|
|
Loading…
Reference in New Issue