aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2022-07-13 18:41:26 +0300
committerGitHub <noreply@github.com>2022-07-13 18:41:26 +0300
commit44f87a0c23691761661ef98b862f18d5747c0153 (patch)
treeaa8e2e0ca58bd1611fa22732aee6d434825d8679 /layouts/_default
parent6dfb346e10b5bae65ddc3910bbdb92f3c2f49a3f (diff)
parentbdd27c6ee3ec7f127cf9bc1e567c7a7a23b16a09 (diff)
cState v5.4 goes live
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/list.html11
1 files changed, 1 insertions, 10 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index ac8b704..46142eb 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -13,16 +13,7 @@
{{ range .Site.Params.systems }}
{{ if eq .name $title }}
{{ with .description }}
- <p class="bold">{{ . }}
- &nbsp;
- {{ with .link }}
- <span class="span-icon">
- <a href="{{ . }}">
- 🔗
- </a>
- </span>
- {{ end }}
- </p>
+ <p class="bold">{{ . }}</p>
{{ end }}
{{ end }}
{{ end }}