mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
allow date to be specified in the front matter and override the value from the file name, fixes #62 and #38
This commit is contained in:
5
test/source/_posts/2010-01-09-date-override.textile
Normal file
5
test/source/_posts/2010-01-09-date-override.textile
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
date: 2010-01-10
|
||||
---
|
||||
|
||||
Post with a front matter date
|
||||
5
test/source/_posts/2010-01-09-time-override.textile
Normal file
5
test/source/_posts/2010-01-09-time-override.textile
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
date: 2010-01-10 13:07:09
|
||||
---
|
||||
|
||||
Post with a front matter time
|
||||
Reference in New Issue
Block a user