We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a7850 commit 89eda44Copy full SHA for 89eda44
_layouts/book-shelf.liquid
@@ -22,7 +22,7 @@ layout: page
22
<figure class="cover">
23
<a class="cover-link" href="{{ item.url | relative_url }}">
24
{% if item.cover %}
25
- <img alt="{{ item.title }} cover" src="{{ site.baseurl }}/{{ page.covers }}/{{ item.cover }}" style="height:200px">
+ <img alt="{{ item.title }} cover" src="{{ item.cover | prepend: page.covers | relative_url }}" style="height:200px">
26
{% elsif item.olid %}
27
<img alt="{{ item.title }} cover" src="http://covers.openlibrary.org/b/olid/{{ item.olid }}-L.jpg?default=false" style="height:200px">
28
{% elsif item.isbn %}
0 commit comments