From 7a5d0ef3f1ffeb568907ed63355ac84849de7c59 Mon Sep 17 00:00:00 2001 From: arianaglande Date: Sat, 13 Aug 2022 00:06:46 +0200 Subject: fix header links --- _layouts/default.html | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index b3078cf..718ea9e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -89,16 +89,9 @@ layout: table_wrappers {% if site.aux_links %} {% for link in site.aux_links %}
  • - - {{ link.title }} - {% if link.logo %} - - {% endif %} - {% if link.icon %} - - - - {% endif %} + + {{ link.first }} + {{ link }}
  • {% endfor %} -- cgit v1.2.3