From b32356b883442b58fddae5251855d529a5766c2a Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Wed, 5 Jul 2017 17:37:10 +0200 Subject: Open remote link to a new tab --- layouts/shortcodes/remote.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/shortcodes/remote.html b/layouts/shortcodes/remote.html index f4661e7..8105da7 100644 --- a/layouts/shortcodes/remote.html +++ b/layouts/shortcodes/remote.html @@ -1,7 +1,7 @@ {{ if len .Params | eq 2 }} -{{ .Get 0 }} +{{ .Get 0 }} {{ else if len .Params | eq 3 }} - {{ .Get 0 }} + {{ .Get 0 }} {{ else }} - {{ .Get 0 }} + {{ .Get 0 }} {{ end }} -- cgit v1.2.3