From 5c273ce8c27f87a0d3cdd0d42e316c928f4244ae Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Thu, 27 Feb 2020 11:49:55 +0100 Subject: [PATCH] do not create an ul for every link --- .../layouts/shortcodes/links.html | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/themes/hugo-sustain/layouts/shortcodes/links.html b/themes/hugo-sustain/layouts/shortcodes/links.html index bb058e0..6331a75 100644 --- a/themes/hugo-sustain/layouts/shortcodes/links.html +++ b/themes/hugo-sustain/layouts/shortcodes/links.html @@ -3,20 +3,20 @@ {{- if $type -}} {{- $data = where $data "type" $type -}} {{ end }} +