From 05be7acdd5a78d8b45acd0ff1a2bab7bcc66e383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Zaj=C4=85czkowski?= Date: Thu, 20 Feb 2020 13:08:47 +0100 Subject: [PATCH] Do not disable icons for disableLink in talks disableLink was originally intended to disable a link to the locally made markdown page. --- layouts/talks/list.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/layouts/talks/list.html b/layouts/talks/list.html index f2fb099..a0bb6fb 100644 --- a/layouts/talks/list.html +++ b/layouts/talks/list.html @@ -31,15 +31,15 @@
{{ .Title }}
{{ else }} {{ .Title }} - {{ with .Params.subLinks }} -
- {{ range . }} - - {{ partial (print "svgs/etc/" .type ".svg") (dict "width" 23 "height" 23) }} - - {{ end }} -
- {{ end }} + {{ end }} + {{ with .Params.subLinks }} +
+ {{ range . }} + + {{ partial (print "svgs/etc/" .type ".svg") (dict "width" 23 "height" 23) }} + + {{ end }} +
{{ end }} {{ end }}