www.byjp.me/layouts/shortcodes/book.gmi
JP Hastings-Spital 02f5443a3e Simplify books
2024-04-30 11:42:39 +01:00

8 lines
230 B
Text

{{- if ne (.Get 1) false -}}
{{- $book := partial "openlibrary.obj" (dict "path" .Page.Path "id" (.Get 0)) -}}
{{- with $book -}}
{{- if .cover }}
=> {{ .cover.RelPermalink }} 📖 {{ .title }}
{{- end -}}
{{- end -}}
{{- end -}}