aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2022-07-13 17:38:20 +0300
committerGitHub <noreply@github.com>2022-07-13 17:38:20 +0300
commitbe85d8c3a66c60afd1d535dbe3b84392f55a5e3e (patch)
tree2312e93ca3f4d4727b8a2d8b9b47944b5da177f2
parent735b7f8b156874aabb46093b6ab9c57487bf07e2 (diff)
remove link from category page
-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 }}