parent
ce1f01c494
commit
28131624b8
|
@ -127,7 +127,7 @@ module Jekyll
|
||||||
#
|
#
|
||||||
# Returns the computed URL for the document.
|
# Returns the computed URL for the document.
|
||||||
def url
|
def url
|
||||||
@url ||= URL.new({
|
@url = URL.new({
|
||||||
template: url_template,
|
template: url_template,
|
||||||
placeholders: url_placeholders,
|
placeholders: url_placeholders,
|
||||||
permalink: permalink
|
permalink: permalink
|
||||||
|
|
Loading…
Reference in New Issue