From 008677b84a2f98a710c8e1f605edea45bb19f8d8 Mon Sep 17 00:00:00 2001 From: Paul Le Date: Thu, 29 Apr 2021 01:18:01 -0400 Subject: [PATCH] #7 Add text decoration to links for publications --- _includes/publications.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/publications.html b/_includes/publications.html index 7a79612fd..c1ae0be9a 100644 --- a/_includes/publications.html +++ b/_includes/publications.html @@ -3,11 +3,11 @@

Publications

{% if page.title == "Home" %} {% for item in site.data.publications.featured %} -

{{ item.name }}

+

{{ item.name }}

{% endfor %} {% else %} {% for item in site.data.publications.index %} -

{{ item.name }}

+

{{ item.name }}

{% endfor %} {% endif %}