aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2022-02-12 11:31:50 +0200
committerGitHub <noreply@github.com>2022-02-12 11:31:50 +0200
commit6a773ffa642fb182580d8c81992c0c925ecedd15 (patch)
treef55d04c30b1e05983629f2896e242fdd135a3c11
parent4278adfa68955602bf7f79adc42f177e63d34905 (diff)
added link to affected page (for testing)
-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 -->