Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed date plugin, added excerpt separator default | Brandon Mathis | 2014-06-21 | 1 | -0/+0 |
| | |||||
* | Replaced date plugin with jekyll-date-format | Brandon Mathis | 2014-06-21 | 1 | -81/+0 |
| | |||||
* | Initial update to be compatible with Jekyll 2 | Brandon Mathis | 2014-06-21 | 1 | -4/+4 |
| | |||||
* | Rename 'data' to 'date_attributes' | Andreas Renberg (IQAndreas) | 2013-11-18 | 1 | -4/+4 |
| | | | | | Prevents ambiguity, since there is already a `date` property defined in the instance. | ||||
* | Call overridden version of `to_liquid` and remove duplicate code | Andreas Renberg (IQAndreas) | 2013-10-19 | 1 | -35/+18 |
| | | | | | | | | | | | | | 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. | ||||
* | Whitespace | richo | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | Date format: Remove unnecessary escapement | Frederic Hemberger | 2011-11-04 | 1 | -1/+0 |
| | |||||
* | Add custom date format %o for ordinal representation of the day | Frederic Hemberger | 2011-11-04 | 1 | -0/+4 |
| | |||||
* | Add custom date format to pages, add 'updated' field again | Frederic Hemberger | 2011-11-03 | 1 | -19/+45 |
| | | | | Reverts changes of c2a68cc where I accidentally removed support for 'updated' field, see comments of issue #164 for details. | ||||
* | Make post's date output configurable via _config.yml, closes #164 | Frederic Hemberger | 2011-10-18 | 1 | -0/+69 |
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. |