diff --git a/_includes/project_list.html b/_includes/project_list.html index 4791b4b..b02d144 100644 --- a/_includes/project_list.html +++ b/_includes/project_list.html @@ -13,14 +13,16 @@

{{include.topic.name}}

{% for project in projects %}
  • - {{project.title}} - - ({% assign supervisor_name = project.supervisor | split: ' '%} - {{ supervisor_name.first }}, - {% if project.degree != '' %} - {{project.degree}} - {% endif %}) - + + {{project.title}} + + ({% assign supervisor_name = project.supervisor | split: ' '%} + {{ supervisor_name.first }}, + {% if project.degree != '' %} + {{project.degree}} + {% endif %}) + +

    @@ -35,4 +37,4 @@

  • {% endfor %} - \ No newline at end of file +