Sha256: 627eafff9f1f6e9b5ddbec5033366293d5c81d224b59e8296174e99720ea718d

Contents?: true

Size: 650 Bytes

Versions: 23

Compression:

Stored size: 650 Bytes

Contents

{% if site.facebook.profilePage or site.forum.page %}
  <div class="flex flex-col lg:flex-row lg:space-x-8">
    {% if site.facebook.profilePage %}
      {% include buttons/super.html href=site.facebook.profilePage cta="Sledujte nás na Facebooku" icon="ico--facebook" class="bg-brands-facebook text-white container-padding--zero lg:container-padding--auto lg:w-full" %}
    {% endif %}
    {% if site.forum.page %}
      {% include buttons/super.html href=site.forum.page cta="Sledujte naše fórum" icon="ico--bubbles" class="bg-black text-white container-padding--zero lg:container-padding--auto lg:w-full" %}
    {% endif %}
  </div>
{% endif %}

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
jekyll-theme-pirati-8.0.0.pre.alpha3 _includes/homepage/social.html
jekyll-theme-pirati-8.0.0.pre.alpha2 _includes/homepage/social.html
jekyll-theme-pirati-8.0.0.pre.alpha1 _includes/homepage/social.html