From 230f73d6075551b25cc593bb40d7b2dbea254a5b Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Mon, 26 Feb 2024 00:32:03 -0800 Subject: [PATCH] fix: module listing descriptions --- layouts/shortcodes/qmlmodulelisting.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/qmlmodulelisting.html b/layouts/shortcodes/qmlmodulelisting.html index ee46d96..c5b8175 100644 --- a/layouts/shortcodes/qmlmodulelisting.html +++ b/layouts/shortcodes/qmlmodulelisting.html @@ -2,7 +2,7 @@ {{- range $name, $module := .Site.Data.modules -}} {{ $name }} - {{ $module.index.shortDescription }} + {{ $module.index.description }} {{- end -}}