We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec27e8 commit d668436Copy full SHA for d668436
1 file changed
index.md
@@ -38,12 +38,18 @@ The [UCL Schofield](https://profiles.ucl.ac.uk/11379-steven-r-schofield) Researc
38
{% endif %}
39
</li>
40
{% assign shown = shown | plus: 1 %}
41
- {% if shown == 6 %}{% break %}{% endif %}
+ {% if shown == 4 %}{% break %}{% endif %}
42
43
{% 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>
48
</ul>
49
{% endcapture %}
50
51
+
52
53
{%
54
include feature_text.html
55
title="News & announcements"
0 commit comments