diff options
Diffstat (limited to 'layouts')
-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 --> |