Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.01 KB

index.markdown

File metadata and controls

38 lines (29 loc) · 1.01 KB
layout title enable_charities
default
Wishlist
true
  • TOC {:toc}

{% if page.enable_charities == false %}

Charities

{% for c in site.data.charities %}

#### {{ c.title | smartify }} ####

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

[[Donate]({{ c.link }})]

{% endfor %} {% endif %}

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

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

{% for w in range[1] %}{% unless w.bought or w.hidden %}

#### {{ 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 %}