{{ category.title }}
{{ category.perex }}
--- layout: default --- {% assign group = site.data.campaigns | where: "groupUid", page.campaignGroupUid | first %} {% assign candidates = site.candidatelists | where: "uid", page.candidateListUid | first %} {% assign programCategories = site.program | where: "campaignCategoryUid", page.campaignCategoryUid | sort:"order" %} {% if page.img %} {% if site.mediaStorage %} {% capture imgPath %}https://a.pirati.cz/{{ site.mediaStorage }}/img/{{ page.img }}{% endcapture %} {% else %} {% capture imgPath %}{% asset '{{ page.img }}' @path %}{% endcapture %} {% assign imgPath = imgPath | absolute_url %} {% endif %} {% endif %} {% if page.heroBgImg %} {% if site.mediaStorage %} {% capture imgBgPath %}https://a.pirati.cz/{{ site.mediaStorage }}/img/{{ page.heroBgImg }}{% endcapture %} {% else %} {% capture imgBgPath %}{% asset '{{ page.heroBgImg }}' @path %}{% endcapture %} {% assign imgBgPath = imgBgPath | absolute_url %} {% endif %} {% endif %}
{{ category.perex }}