Back to Meshery

Suggested Reading

docs/layouts/partials/suggested-reading.html

1.0.19703 B
Original Source

{{ $ctx := . }} {{ $currentPage := $ctx.currentPage }} {{ if ne $ctx.section_title "false" }} {{ if $currentPage }} {{ $category := index $currentPage.Params "integrations-category" }} {{ if $category }}

{{ else }}

{{ end }} {{ else }} {{ $h2Text := $ctx.h2_text | default "Suggested Reading" }} {{ if $ctx.display_suggested_reading }}

{{ $h2Text }}

{{ end }} {{ end }} {{ end }} {{ $reading := $ctx.reading | default site.Pages }} {{ range $reading }} {{ if ne .RelPermalink $ctx.url }} - {{ .Title }} {{ with .Params.abstract }} - {{ . }} {{ end }} {{ end }} {{ end }}