From 6b5ac43b0eb9f799220783e98b5961192666b755 Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Mon, 22 Sep 2025 18:04:09 +0200 Subject: Descrlist shortcode --- layouts/_shortcodes/newtab.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'layouts/_shortcodes/newtab.html') diff --git a/layouts/_shortcodes/newtab.html b/layouts/_shortcodes/newtab.html index b06fb2d..3f3fe75 100644 --- a/layouts/_shortcodes/newtab.html +++ b/layouts/_shortcodes/newtab.html @@ -1,3 +1,10 @@ +{{- /* + Link that opens a new tab; protects current window & hides referrer URL + + @context {string} href: target URL + + @example: {{< newtab href="https://some-site.com" >}}Some text to be displayed{{< /newtab >}} +*/ -}} {{ .Inner }} -- cgit v1.2.3