Back to Genai Toolbox

List Db

.hugo/layouts/shortcodes/list-db.html

1.1.0450 B
Original Source

{{/* Loop through all sub-folders, sorted alphabetically */}} {{ range .Page.Pages.ByTitle }} {{ $displayTitle := .Title }} {{ $targetLink := .RelPermalink }} {{ $displayDesc := .Description }} {{ with .GetPage "source.md" }} {{ $targetLink = .RelPermalink }} {{ $displayDesc = .Description }} {{ end }} [

{{ $displayTitle }}

{{ $displayDesc | default "Explore this integration." | plainify | truncate 120 }}

]({{%20$targetLink%20}}) {{ end }}