From ef3ff431e5c3028b764d1938bb552a76c340799c Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Fri, 24 Jun 2011 17:17:35 -0400 Subject: 1. Added html5 video with flash fallback. 2. Added Rack support 3. Disqus support 4. Improved Readme 5. Improved Syntax flexibility and styling 6. Improved blockquote styling --- themes/classic/_plugins/custom_filters.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/classic/_plugins') diff --git a/themes/classic/_plugins/custom_filters.rb b/themes/classic/_plugins/custom_filters.rb index 0d24d720..d1fce0dd 100644 --- a/themes/classic/_plugins/custom_filters.rb +++ b/themes/classic/_plugins/custom_filters.rb @@ -48,7 +48,7 @@ module OctopressFilters else case number.to_i % 10 when 1; "#{number}st" - when 2; "#{number}nd" + when 2; "#{number}nd" when 3; "#{number}rd" else "#{number}th" end -- cgit v1.2.1