Skip to content

Commit d701e1c

Browse files
committed
fix outdoor
1 parent 5d89234 commit d701e1c

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

_layouts/hike-shelf.liquid

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,8 @@ layout: page
2929
<img alt="{{ item.title }} cover" src="http://covers.openlibrary.org/b/isbn/{{ item.isbn }}-L.jpg?default=false" style="height:200px">
3030
{% endif %}
3131
{% if item.status %}
32-
{% assign statuses = 'abandoned,finished,interested,paused,queued,reading,reread' | split: ',' %}
3332
{% assign status = item.title | downcase | strip %}
34-
{% if statuses contains status %}
35-
<figcaption class="{{ status | downcase }}">{{ status | upcase }}</figcaption>
36-
{% else %}
37-
<figcaption class="uncategorized">UNCATEGORIZED</figcaption>
38-
{% endif %}
33+
<figcaption class="{{ status | downcase }}">{{ status | upcase }}</figcaption>
3934
{% else %}
4035
<figcaption class="uncategorized">UNCATEGORIZED</figcaption>
4136
{% endif %}

0 commit comments

Comments
 (0)