Add support for customizable date format (#533)
* Add support for customizable date format * Add support for customizable date format
This commit is contained in:
parent
e58cd5259e
commit
96c25086b5
3 changed files with 6 additions and 3 deletions
|
@ -150,6 +150,9 @@ excerpt_length: 50
|
|||
# and RSS feed title
|
||||
title-separator: "-"
|
||||
|
||||
# Ruby Date Format
|
||||
date_format: "%B %-d, %Y"
|
||||
|
||||
# --- Don't need to touch anything below here (but you can if you want) --- #
|
||||
|
||||
# Output options (more information on Jekyll's site)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue