Improve comment for url_placeholders method

This commit is contained in:
Lucas Jenss 2013-07-31 23:17:06 +02:00
parent cce58159ce
commit a23e94ad48
2 changed files with 4 additions and 2 deletions

View File

@ -73,7 +73,8 @@ module Jekyll
}).to_s
end
# See url.rb for an explanation
# Returns a hash of URL placeholder names (as symbols) mapping to the
# desired placeholder replacements. For details see "url.rb"
def url_placeholders
{
:path => @dir,

View File

@ -205,7 +205,8 @@ module Jekyll
}).to_s
end
# See url.rb for an explanation
# Returns a hash of URL placeholder names (as symbols) mapping to the
# desired placeholder replacements. For details see "url.rb"
def url_placeholders
{
:year => date.strftime("%Y"),