Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Commit

Permalink
Fix blog index
Browse files Browse the repository at this point in the history
Blog index was empty because it relied on "paginator"
and LSI was disabled (on GH Pages). So paginator has been removed
and the index now includes every single post.
  • Loading branch information
Fabien Catteau committed May 21, 2013
1 parent fc7ee34 commit 78edd40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
auto: true
server: true
paginate: 20
pigments: true
name: Ruby Lugdunum 2013
description: The French Ruby Conference June, 20th-21st 2013 in Lyon
Expand Down
2 changes: 1 addition & 1 deletion blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: blog
---

{% for post in paginator.posts %}
{% for post in site.posts %}
<article class="span12">
<div class="post-separator"><div class="blue-line"></div></div>
<header>
Expand Down

0 comments on commit 78edd40

Please sign in to comment.