Sha256: 6193d1024fbbf5457bd34b990c398c94277b54a7bb8ffe428170e687e7c318ee

Contents?: true

Size: 370 Bytes

Versions: 56

Compression:

Stored size: 370 Bytes

Contents

{% if site.social.links %}
  <aside class="social-links">
    {% for link in site.social.links %}
      <a href="{{ link }}">
        {% if link contains "twitter.com" %}
          <i class="fab fa-twitter"></i>
        {% elsif link contains "github.com" %}
          <i class="fab fa-github"></i>
        {% endif %}
      </a>
    {% endfor %}
  </aside>
{% endif %}

Version data entries

56 entries across 56 versions & 2 rubygems

Version Path
jekyll-theme-open-project-1.0.2 _includes/social-links.html
jekyll-theme-open-project-1.0.0.rc5 _includes/social-links.html
jekyll-theme-open-project-1.0.0.rc4 _includes/social-links.html
jekyll-theme-open-project-1.0.0.rc3 _includes/social-links.html
jekyll-theme-open-project-1.0.0.rc2 _includes/social-links.html
jekyll-theme-open-project-1.0.0.rc1 _includes/social-links.html
jekyll-theme-open-project-1.0.0.pre5 _includes/social-links.html
jekyll-theme-open-project-1.0.0.pre4 _includes/social-links.html
jekyll-theme-open-project-1.0.0.pre3 _includes/social-links.html
jekyll-theme-open-project-1.0.0.pre2 _includes/social-links.html
jekyll-theme-open-project-1.0.0.pre.pre _includes/social-links.html
jekyll-theme-open-project-0.1.6 _includes/social-links.html
jekyll-theme-open-hub-0.1.5 _includes/social-links.html
jekyll-theme-open-hub-0.1.4 _includes/social-links.html
jekyll-theme-open-hub-0.1.3 _includes/social-links.html
jekyll-theme-open-hub-0.1.2 _includes/social-links.html