llms.txt: add page descriptions

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson
2025-11-11 19:05:26 +01:00
parent be9c6d7543
commit 69e7b81888

View File

@@ -14,5 +14,6 @@
{{- define "pageItem" }}
{{- if and .Title .Permalink }}
- [{{ .Title }}]({{ .Permalink }})
{{- with .Description }}: {{ chomp (replace . "\n" " ") }}{{- end }}
{{- end }}
{{- end }}