Skip to content

Commit 40d68cc

Browse files
authored
Update index.md
1 parent 4a3a2f3 commit 40d68cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Our aim is to improve performance and cost by predicting dynamics and lifetime,
5353

5454
{% assign posts = site.posts -%}
5555
{% for post in posts %}
56-
{% if forloop.index < 10 %}
56+
{% if forloop.index < 8 %}
5757
<div class="post">
5858
<h6 class="sm-bottom-margin"><span class="post-title">{{ post.title }}</span> <span class="post-info">{{ post.date | date: "%-d %B %Y" }}</span></h6>
5959
{% if post.image %}<img class="post-thumbnail" src="{{ site.baseurl }}/img/{{ post.image }}"{% if post.image-credit %} title="Image credit: {{ post.image-credit }}"{% endif %}>{% endif %}

0 commit comments

Comments
 (0)