Sha256: 6b5e06a083aa7f11f3fe7ee21e8b100fc98049f5f2fb8aa86b5580bd984363eb

Contents?: true

Size: 1.63 KB

Versions: 6

Compression:

Stored size: 1.63 KB

Contents

---
layout: default
---
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">

  {% if page.thumbnail %}
  <header class="post-header with-thumbnail">
  {% else %}
  <header class="post-header">
  {% endif %}
    {% if page.thumbnail %}
    <img class="post-thumbnail" src="/assets/{{ page.thumbnail }}" alt="{{ page.title | escape }}"/>
    {% endif %}
    <div class="wrapper">
      <h1 class="post-title" itemprop="name headline">{{ page.title | escape }}</h1>
      <p class="post-meta">
        <time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
          {% include _i18n/date.html date=page.date %}
        </time>
        {% include _i18n/last_modified_at.html object=page %}
        {% if page.author %} • 
          <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>
        {% endif %}
      </p>
      <h3 class="post-summary">{{ page.summary }}</h3>
    </div>
  </header>

  <div class="post-content" itemprop="articleBody">
    {{ content }}
  </div>

  {% include calltoaction.html %}

  {% if site.shortbio %}
  <div class="post-author">
    {% if site.github_username %}
      <a href="{% include _i18n/i18n.html value=site.author_website %}">
        <img class="user-picture" src="https://github.com/{{ site.github_username }}.png" alt="{{ site.author }}">
      </a>
    {% endif %}
      <ul class="user-info">
        <li class="user-name">
          {{ site.author }}
        </li>
        <li class="user-shortbio">{% include _i18n/i18n.html value=site.shortbio %}</li>
      </ul>
  </div>
  {% endif %}

</article>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
kacademic-0.5.8 _layouts/post.html
academic-0.5.8 _layouts/post.html
academic-0.5.7 _layouts/post.html
academic-0.5.6 _layouts/post.html
academic-0.5.5 _layouts/post.html
academic-0.5.4 _layouts/post.html