diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2022-07-13 17:24:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 17:24:06 +0300 |
commit | 6dfb346e10b5bae65ddc3910bbdb92f3c2f49a3f (patch) | |
tree | 1d17945de819e91753abb2c894fe7cc001cfaad2 /layouts/_default/list.html | |
parent | 5471cfdfa15373d354d17abfcc6f3dd9ad359ae4 (diff) | |
parent | 5a6a6714f1769c7d019ac26890e978eb3c9eb685 (diff) |
Merge branch 'dev' into master
Diffstat (limited to 'layouts/_default/list.html')
-rw-r--r-- | layouts/_default/list.html | 12 |
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">{{ . }} + + {{ with .link }} + <span class="span-icon"> + <a href="{{ . }}"> + 🔗 + </a> + </span> + {{ end }} + </p> {{ end }} {{ end }} {{ end }} + <!-- Average downtime --> |