| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Prevents ambiguity, since there is already a `date` property defined in
the instance.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make sure to call "overidden" method which keeps us nice and compatible
so we don't need to keep up with whatever Jekyll usually does, and make
sure to include it in our overriden method.
I have had it with these monkey-patching methods in this Monday-to-
Friday language!
Add method `liquid_date_attributes`.
Cleanup the Post and Page overrides to be more similar.
|
| |
|
| |
|
| |
|
|
|
|
| |
Reverts changes of c2a68cc where I accidentally removed support for 'updated' field, see comments of issue #164 for details.
|
|
A new config variable 'date_format' is introduced in _config.yml.
It can either be set to "ordinal" to use the current format or it
can be given a string complying to strftime() format identifiers.
|