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