Sha256: 0ac6da770a18ab20084d6e76567d878e616b7d8cc1f15d9b8e4d857debe573b0

Contents?: true

Size: 1.58 KB

Versions: 12

Compression:

Stored size: 1.58 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 date.html date=page.date %}
        </time>
        {% include 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="{{ 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.html value=site.shortbio %}</li>
      </ul>
  </div>
  {% endif %}

</article>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
academic-0.5.3 _layouts/post.html
academic-0.5.2 _layouts/post.html
academic-0.5.1 _layouts/post.html
academic-0.5.0 _layouts/post.html
academic-0.4.97 _layouts/post.html
academic-0.4.96 _layouts/post.html
academic-0.4.95 _layouts/post.html
academic-0.4.94 _layouts/post.html
academic-0.4.93 _layouts/post.html
academic-0.4.92 _layouts/post.html
academic-0.4.91 _layouts/post.html
academic-0.4.9 _layouts/post.html