aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2022-07-13 17:24:06 +0300
committerGitHub <noreply@github.com>2022-07-13 17:24:06 +0300
commit6dfb346e10b5bae65ddc3910bbdb92f3c2f49a3f (patch)
tree1d17945de819e91753abb2c894fe7cc001cfaad2 /layouts/_default
parent5471cfdfa15373d354d17abfcc6f3dd9ad359ae4 (diff)
parent5a6a6714f1769c7d019ac26890e978eb3c9eb685 (diff)
Merge branch 'dev' into master
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/list.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 9a12055..ac8b704 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -13,10 +13,20 @@
{{ range .Site.Params.systems }}
{{ if eq .name $title }}
{{ with .description }}
- <p class="bold">{{ . }}</p>
+ <p class="bold">{{ . }}
+ &nbsp;
+ {{ with .link }}
+ <span class="span-icon">
+ <a href="{{ . }}">
+ 🔗
+ </a>
+ </span>
+ {{ end }}
+ </p>
{{ end }}
{{ end }}
{{ end }}
+
<!-- Average downtime -->