mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
8 lines
230 B
Text
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 -}}
|