From 609d5e8cb052660d13c86819e52534c90bee1dcf Mon Sep 17 00:00:00 2001
From: Thomas Wood <thomas.wood09@imperial.ac.uk>
Date: Thu, 18 Feb 2016 18:17:05 +0000
Subject: [PATCH] Explicit link to research subpages

---
 research.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/research.md b/research.md
index b11b88f..cbdd8a7 100644
--- a/research.md
+++ b/research.md
@@ -9,5 +9,6 @@ Details about the group's research, more than on the homepage. Lorem ipsum dolor
 {% for item in site.research %}
 <h3><a href="{{ item.url }}">{{ item.title }}</a></h3>
 {{ item.excerpt }}
+<p><a href="{{ item.url }}">Read more...</a></p>
 {% endfor %}
 
-- 
GitLab