aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/index/components.html8
-rw-r--r--layouts/partials/meta.html5
2 files changed, 13 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" }}
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html
index 0e8725b..279857c 100644
--- a/layouts/partials/meta.html
+++ b/layouts/partials/meta.html
@@ -115,6 +115,11 @@
.padding { padding: 12px; }
.clicky { cursor: pointer; }
+ .link-style { border: none; }
+ .span-icon {
+ float: right;
+ margin-left: 16px;
+ }
/**
* Categories