Skip to content

Commit

Permalink
Change the number of tha lastest articles
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspar Naaber committed Jul 7, 2015
1 parent 9a9af13 commit f771781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/front_page.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{% endfor %}
{% endif %}

{% for article in site.latest_articles %}
{% for article in site.latest_12_articles %}
{% include "post-box" %}
{% endfor %}
</section>
Expand Down

0 comments on commit f771781

Please sign in to comment.