diff options
Diffstat (limited to '')
-rw-r--r-- | plugins/date.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/date.rb b/plugins/date.rb index b864f3e9..49fb79a3 100644 --- a/plugins/date.rb +++ b/plugins/date.rb @@ -95,4 +95,4 @@ module Jekyll self.data['updated_formatted'] = format_date(self.data['updated'], date_format) if self.data.has_key?('updated') end end -end
\ No newline at end of file +end |