Sha256: ec372c22471acf18f4ad1ac1b0b7c4268c5ba8e7de21a8125e81f13e1b2e46d3

Contents?: true

Size: 1.62 KB

Versions: 21

Compression:

Stored size: 1.62 KB

Contents

---
layout: default
---

<article>
  <header>
    <h1 class="title">{{ page.title }}</h1>

    <div class="meta">
      {% include _post-meta.html post=page %}
    </div>
  </header>

  {% assign num_social_links = page.author.social_links | size %}
  {% if num_social_links > 0 %}
    <aside class="social-links">
      {% for link in page.author.social_links %}
        <a href="{{ link }}" class="ico">
          <span class="fa-layers fa-2x">
            <i class="fas fa-circle"></i>
            <i
              {% if link contains "twitter.com" %}
                class="fab fa-twitter"
                alt="Twitter"
                title="Twitter"
              {% elsif link contains "github.com" %}
                class="fab fa-github"
                alt="Github"
                title="Github"
              {% elsif link contains "linkedin.com" %}
                class="fab fa-linkedin-in"
                alt="LinkedIn"
                title="LinkedIn"
              {% elsif link contains "facebook.com" %}
                class="fab fa-facebook-f"
                alt="Facebook"
                title="Facebook"
              {% elsif link contains "tumblr.com" %}
                class="fab fa-tumblr"
                alt="Tumblr"
                title="Tumblr"
              {% elsif link contains "instagram.com" %}
                class="fab fa-instagram"
                alt="Instagram"
                title="Instagram"
              {% endif %}
              data-fa-transform="shrink-9"></i>
          </span>
        </a>
      {% endfor %}
    </aside>
  {% endif %}

  <div class="body">
    {{ content }}
  </div>
</article>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
jekyll-theme-open-project-2.1.14 _layouts/post.html
jekyll-theme-open-project-2.1.13 _layouts/post.html
jekyll-theme-open-project-2.1.12 _layouts/post.html
jekyll-theme-open-project-2.1.11 _layouts/post.html
jekyll-theme-open-project-2.1.10 _layouts/post.html
jekyll-theme-open-project-2.1.9 _layouts/post.html
jekyll-theme-open-project-2.1.8 _layouts/post.html
jekyll-theme-open-project-2.1.7 _layouts/post.html
jekyll-theme-open-project-2.1.6 _layouts/post.html
jekyll-theme-open-project-2.1.5 _layouts/post.html
jekyll-theme-open-project-2.1.4 _layouts/post.html
jekyll-theme-open-project-2.1.3 _layouts/post.html
jekyll-theme-open-project-2.1.1 _layouts/post.html
jekyll-theme-open-project-2.1.0 _layouts/post.html
jekyll-theme-open-project-2.0.22 _layouts/post.html
jekyll-theme-open-project-2.0.21 _layouts/post.html
jekyll-theme-open-project-2.0.20 _layouts/post.html
jekyll-theme-open-project-2.0.19 _layouts/post.html
jekyll-theme-open-project-2.0.18 _layouts/post.html
jekyll-theme-open-project-2.0.17 _layouts/post.html