diff options
author | aperullo <anthony.perullo@connexta.com> | 2021-12-27 12:08:03 -0500 |
---|---|---|
committer | aperullo <anthony.perullo@connexta.com> | 2021-12-27 12:19:18 -0500 |
commit | 9b1da2a4626f0b6f1db9c2d8178306df3be6486c (patch) | |
tree | 037f53c9dbfe9c86fbf4f6f14e96fc839cb642f9 /layouts/partials/index/components.html | |
parent | 615d0d28e8821497d6078781e5943d54eabdeaab (diff) |
add optional external link button
Diffstat (limited to 'layouts/partials/index/components.html')
-rw-r--r-- | layouts/partials/index/components.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/index/components.html b/layouts/partials/index/components.html index d3d67bd..835c523 100644 --- a/layouts/partials/index/components.html +++ b/layouts/partials/index/components.html @@ -65,6 +65,14 @@ </span> {{ end }} + {{ with .link }} + <span class="span-icon"> + <a href="{{ . }}" class="link-style"> + 🔗 + </a> + </span> + {{ end }} + <span class="component-status"> {{ if $thisIsDown }} {{ T "thisIsDown" }} |