diff options
Diffstat (limited to '_site_build')
| -rw-r--r-- | _site_build/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_site_build/index.html b/_site_build/index.html index 98b8e02..c454726 100644 --- a/_site_build/index.html +++ b/_site_build/index.html @@ -3,7 +3,7 @@ layout: default title: Home --- <section id="excerpts"> -{% for post in site.posts %} +{% for post in site.posts limit:site.max_recent_posts %} {% include post_excerpt.html %} {% endfor %} </section> |
