From b84d31ae1af8b2ac57f1528cf21d238656be15db Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Wed, 26 Feb 2020 21:13:35 +0100 Subject: [PATCH] make icons more accessible --- themes/hugo-sustain/layouts/shortcodes/links.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/hugo-sustain/layouts/shortcodes/links.html b/themes/hugo-sustain/layouts/shortcodes/links.html index 4d7bb22..bb058e0 100644 --- a/themes/hugo-sustain/layouts/shortcodes/links.html +++ b/themes/hugo-sustain/layouts/shortcodes/links.html @@ -12,9 +12,9 @@ {{- if ne (add $index 1) $len -}}, {{- end -}} {{- end -}} {{- if or (.video) (.audio) (.slides) }},{{ end -}} - {{ with .video }} {{ end }} - {{ with .audio }} {{ end }} - {{ with .slides }} {{ end }} + {{ with .video }} {{ end }} + {{- with .audio }} {{ end }} + {{ with .slides }} {{ end -}} {{- with .date }} ({{.}}){{ end }} {{ range .tags }}{{ . }} {{ end }}