mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
Fix OpenLibrary issue
This commit is contained in:
parent
66547e43a9
commit
64aef3a0b4
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
{{/* Return empty object while OpenLibrary is down. I need something more robust here! */}}
|
||||||
|
{{ return dict }}
|
||||||
|
{{/*
|
||||||
{{- $path := .path -}}
|
{{- $path := .path -}}
|
||||||
{{- $isbn := "" -}}
|
{{- $isbn := "" -}}
|
||||||
{{- $key := "" -}}
|
{{- $key := "" -}}
|
||||||
|
@ -82,3 +85,4 @@
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- return $book -}}
|
{{- return $book -}}
|
||||||
|
*/}}
|
Loading…
Reference in a new issue