From ffc9bbbc350867c1b87ca343f552bea9b5c1e398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Thu, 5 Dec 2024 10:44:47 +0100 Subject: [PATCH 1/6] Display description --- content/collections/_content.gotmpl | 2 +- themes/opentermsarchive/layouts/collections/single.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/collections/_content.gotmpl b/content/collections/_content.gotmpl index b6b2080a..b1e94216 100644 --- a/content/collections/_content.gotmpl +++ b/content/collections/_content.gotmpl @@ -9,7 +9,7 @@ {{ $uptimeRatio = .custom_uptime_ratio }} {{ end }} {{ end }} - {{ $params := dict "name" .name "id" .id "languages" .languages "jurisdictions" .jurisdictions "maintainers" .maintainers "stats" .stats "industries" .industries "endpoint" $endpoint "tracking" .tracking "uptimeRatio" $uptimeRatio }} + {{ $params := dict "name" .name "id" .id "languages" .languages "jurisdictions" .jurisdictions "maintainers" .maintainers "stats" .stats "industries" .industries "endpoint" $endpoint "tracking" .tracking "uptimeRatio" $uptimeRatio "description" .description }} {{ $page := dict "params" $params "path" .name diff --git a/themes/opentermsarchive/layouts/collections/single.html b/themes/opentermsarchive/layouts/collections/single.html index 961e56c8..50ffd163 100644 --- a/themes/opentermsarchive/layouts/collections/single.html +++ b/themes/opentermsarchive/layouts/collections/single.html @@ -46,7 +46,7 @@

{{ .Title }}