Skip to content
Snippets Groups Projects
Commit 65fed58d authored by Shale XIONG's avatar Shale XIONG
Browse files

Remove the separation logic course link in the research description block in the home page.

parent d0a740f8
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment