mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
Making sure permalinks were set right, and only generating the url once
This commit is contained in:
@@ -123,7 +123,7 @@ module Jekyll
|
||||
def url
|
||||
return permalink if permalink
|
||||
|
||||
{
|
||||
@url ||= {
|
||||
"year" => date.strftime("%Y"),
|
||||
"month" => date.strftime("%m"),
|
||||
"day" => date.strftime("%d"),
|
||||
|
||||
Reference in New Issue
Block a user