diff options
Diffstat (limited to 'layouts/partials/index')
-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" }} |