From 142681489f1a2aad7bc9f225ec7d7a0c1c476e09 Mon Sep 17 00:00:00 2001 From: Frederic Hemberger Date: Fri, 4 Nov 2011 08:11:16 +0100 Subject: Add custom date format %o for ordinal representation of the day --- _config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index fed545c5..e019157f 100644 --- a/_config.yml +++ b/_config.yml @@ -11,6 +11,7 @@ simple_search: http://google.com/search # Default date format is "ordinal" (resulting in "July 22nd 2007") # You can customize the format as defined in # http://www.ruby-doc.org/core-1.9.2/Time.html#method-i-strftime +# Additionally, %o will give you the ordinal representation of the day date_format: "ordinal" # RSS / Email (optional) subscription links (change if using something like Feedburner) @@ -92,6 +93,6 @@ disqus_show_comment_count: false # Google Analytics google_analytics_tracking_id: - + # Facebook Like -facebook_like: true +facebook_like: true -- cgit v1.2.1