Added external link shortcode

master
Christoph 1 month ago
parent f42b263227
commit 50c97935f4
  1. 1
      themes/hugo-geekblog/layouts/shortcodes/external-link.html

@ -0,0 +1 @@
<a href="{{ .Get "href" }}" target="_blank" rel="noopener noreferrer">{{ .Get "text" }}</a>
Loading…
Cancel
Save