Sha256: cb32e9442063da982b3c3f31329905c115d933d8fe7c62c10ee4c8d7709b62ec

Contents?: true

Size: 1.89 KB

Versions: 20

Compression:

Stored size: 1.89 KB

Contents

---
layout: default
---

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

    <div class="meta">
      {% if page.author.name %}
        {% include post-author-pic.html author=page.author %}
        <span class="author-name">
          {{ page.author.name }}
        </span>
      {% endif %}
      <span class="date">
        {% if page.author.name %}on {% endif %}
        {{ page.date | date_to_string }}
      </span>
    </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

20 entries across 20 versions & 1 rubygems

Version Path
jekyll-theme-open-project-2.0.15 _layouts/post.html
jekyll-theme-open-project-2.0.14 _layouts/post.html
jekyll-theme-open-project-2.0.13 _layouts/post.html
jekyll-theme-open-project-2.0.12 _layouts/post.html
jekyll-theme-open-project-2.0.11 _layouts/post.html
jekyll-theme-open-project-2.0.10 _layouts/post.html
jekyll-theme-open-project-2.0.9 _layouts/post.html
jekyll-theme-open-project-2.0.7 _layouts/post.html
jekyll-theme-open-project-2.0.6 _layouts/post.html
jekyll-theme-open-project-2.0.4 _layouts/post.html
jekyll-theme-open-project-2.0.3 _layouts/post.html
jekyll-theme-open-project-2.0.2 _layouts/post.html
jekyll-theme-open-project-2.0.1 _layouts/post.html
jekyll-theme-open-project-2.0 _layouts/post.html
jekyll-theme-open-project-1.3.4 _layouts/post.html
jekyll-theme-open-project-1.3.3 _layouts/post.html
jekyll-theme-open-project-1.3.2 _layouts/post.html
jekyll-theme-open-project-1.3.1 _layouts/post.html
jekyll-theme-open-project-1.3 _layouts/post.html
jekyll-theme-open-project-1.2.5 _layouts/post.html