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 -}}