Skip to content

Commit d668436

Browse files
committed
Show fewer news items on main page
1 parent fec27e8 commit d668436

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,18 @@ The [UCL Schofield](https://profiles.ucl.ac.uk/11379-steven-r-schofield) Researc
3838
{% endif %}
3939
</li>
4040
{% assign shown = shown | plus: 1 %}
41-
{% if shown == 6 %}{% break %}{% endif %}
41+
{% if shown == 4 %}{% break %}{% endif %}
4242
{% endif %}
4343
{% endfor %}
44+
<li>
45+
<em>📌 Earlier posts</em> —
46+
<a href="/blog"><strong>View all news and announcements on our blog</strong></a>
47+
</li>
4448
</ul>
4549
{% endcapture %}
4650

51+
52+
4753
{%
4854
include feature_text.html
4955
title="News & announcements"

0 commit comments

Comments
 (0)