mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-15 17:15:00 -05:00
added tests to show how date and tags can end up having the wrong value when rendered
This commit is contained in:
@@ -3,3 +3,5 @@ date: 2010-01-10
|
||||
---
|
||||
|
||||
Post with a front matter date
|
||||
|
||||
{{ page.date | date_to_string }}
|
||||
|
||||
@@ -3,3 +3,5 @@ date: 2010-01-10 13:07:09
|
||||
---
|
||||
|
||||
Post with a front matter time
|
||||
|
||||
{{ page.date | date_to_string }}
|
||||
|
||||
7
test/source/_posts/2010-01-09-timezone-override.textile
Normal file
7
test/source/_posts/2010-01-09-timezone-override.textile
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
date: 2010-01-10 13:07:09 +00:00
|
||||
---
|
||||
|
||||
Post with a front matter time with timezone
|
||||
|
||||
{{ page.date | date_to_string }}
|
||||
4
test/source/_posts/2010-01-16-override-data.textile
Normal file
4
test/source/_posts/2010-01-16-override-data.textile
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
date: 2010-01-10 13:07:09
|
||||
tags: A string
|
||||
---
|
||||
Reference in New Issue
Block a user