layout | title |
---|---|
default |
Wishlist (Bought) |
{% for range in site.data.wishes %}
{% for w in range[1] %}{% unless w.bought != true %}
#### {{ w.title | smartify }} {% if w.price %}{**{{ w.price }}**}{% endif %} ####
{% endunless %}{% endfor %}
{% endfor %}
{% 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 %}