Add :short_year to url_placeholders

This commit is contained in:
TheTomThorogood 2014-05-05 00:12:07 +09:30
parent 8cad40a124
commit f2849ac269
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ module Jekyll
:i_month => date.strftime("%m").to_i.to_s,
:categories => (categories || []).map { |c| c.to_s }.join('/'),
:short_month => date.strftime("%b"),
:short_year => date.strftime("%y"),
:y_day => date.strftime("%j"),
:output_ext => output_ext
}