diff --git a/_plugins/category_archive_plugin.rb b/_plugins/category_archive_plugin.rb index 53bd3c2..a448adb 100644 --- a/_plugins/category_archive_plugin.rb +++ b/_plugins/category_archive_plugin.rb @@ -89,7 +89,7 @@ module Jekyll self.ext = '.html' self.basename = 'index' self.content = <<-EOS -{% for post in page.posts %}
  • {{ post.title }}
  • +{% for post in page.posts reversed %}
  • {{ post.title }}
  • {% endfor %} EOS self.data = {