Making sure permalinks were set right, and only generating the url once

This commit is contained in:
Nick Quaranto
2009-04-25 01:07:05 -04:00
parent 9da140fcb2
commit 080108b0f0
3 changed files with 5 additions and 5 deletions

View File

@@ -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"),