Sha256: 0a921a81584cadc7f9d53a24bd4ff12d0b6ab0b6109a80becae28be377002f7f

Contents?: true

Size: 949 Bytes

Versions: 9

Compression:

Stored size: 949 Bytes

Contents

{% if include.bgImg %}
  {% if site.mediaStorage %}
      {% capture imgBgPath %}https://a.pirati.cz/{{ site.mediaStorage }}/img/{{ include.bgImg }}{% endcapture %}
  {% else %}
    {% capture imgBgPath %}{% asset '{{ include.bgImg }}' @path %}{% endcapture %}
    {% assign imgBgPath = imgBgPath | absolute_url %}
  {% endif %}
{% endif %}

{% if include.mainContent %}
  {% capture mainContent %}{{ include.mainContent }}{% endcapture %}
{% else %}
  {% capture mainContent %}
    {% if include.candidateListNumber %}
      <div class="flag bg-violet-400 text-white head-alt-base mb-6">Volte č. {{ include.candidateListNumber }}</div>
    {% endif %}
    <h1 class="head-alt-md md:head-alt-xl">{{ page.title }}</h1>
  {% endcapture %}
{% endif %}

{% include hero/advanced.html img=include.img bgImg=imgBgPath mainContent=mainContent subContent=include.subContent contentClass="content-block" imgClass="h-32 lg:h-80 lg:m-auto hidden md:block" %}

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
jekyll-theme-pirati-sk-1.0.3 _includes/elections-header.html
jekyll-theme-pirati-sk-1.0.0 _includes/elections-header.html
jekyll-theme-pirati-8.4.7 _includes/elections-header.html
jekyll-theme-pirati-8.4.6 _includes/elections-header.html
jekyll-theme-pirati-8.4.5 _includes/elections-header.html
jekyll-theme-pirati-8.4.4 _includes/elections-header.html
jekyll-theme-pirati-8.4.3 _includes/elections-header.html
jekyll-theme-pirati-8.4.1 _includes/elections-header.html
jekyll-theme-pirati-8.4.0 _includes/elections-header.html