From 65fed58d8cf03477f7b1407b88988af72db66b0a Mon Sep 17 00:00:00 2001 From: Shale XIONG <shalexiong@dyn1171-29.wlan.ic.ac.uk> Date: Mon, 14 Nov 2016 13:58:30 +0000 Subject: [PATCH] Remove the separation logic course link in the research description block in the home page. --- _layouts/home.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_layouts/home.html b/_layouts/home.html index 34335b8..cb7083c 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -5,9 +5,12 @@ layout: default <div class="lead"> {{ content }} </div> - {% assign research_pages = site.pages | where_exp: 'page', 'page.url contains "/research/"' %} + {% assign research_pages = site.pages | where_exp: 'page', 'page.url contains "/research/"'%} {% for item in research_pages reversed %} + {% if item.url contains "separationlogic" %} + {% else %} <a class="btn btn-primary btn-lg" href="{{ item.url }}">{{ item.title }}</a> + {% endif %} {% endfor %} </div> -- GitLab