diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2022-07-13 17:38:20 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 17:38:20 +0300 |
commit | be85d8c3a66c60afd1d535dbe3b84392f55a5e3e (patch) | |
tree | 2312e93ca3f4d4727b8a2d8b9b47944b5da177f2 /layouts/_default/list.html | |
parent | 735b7f8b156874aabb46093b6ab9c57487bf07e2 (diff) |
remove link from category page
Diffstat (limited to 'layouts/_default/list.html')
-rw-r--r-- | layouts/_default/list.html | 11 |
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">{{ . }} - - {{ with .link }} - <span class="span-icon"> - <a href="{{ . }}"> - 🔗 - </a> - </span> - {{ end }} - </p> + <p class="bold">{{ . }}</p> {{ end }} {{ end }} {{ end }} |