Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 684 Bytes

bought.markdown

File metadata and controls

20 lines (16 loc) · 684 Bytes
layout title
default
Wishlist (Bought)

{% for range in site.data.wishes %}

{{ range[0] | replace:"lt","<" | replace:"gt",">" }}

{% for w in range[1] %}{% unless w.bought != true %}

#### {{ w.title | smartify }} {% if w.price %}{**{{ w.price }}**}{% endif %} ####

{% if w.image %}![Image for {{ w.title | smartify }}]({{ w.image }}){% endif %}

{% if w.link %} {% for l in w.link %}[[{{ l[0] | replace:"_"," " | capitalize }}]({{ l[1] }})]{% if forloop.length > 1 and forloop.last == false %} / {% endif %}{% endfor %} {% endif %}

{% endunless %}{% endfor %} {% endfor %}