Sha256: b4c4a385915517a74038ae0030d2db9e087839552af794e5b3aac8e006119de5

Contents?: true

Size: 1.21 KB

Versions: 9

Compression:

Stored size: 1.21 KB

Contents

---
layout: default
---

<div class="home">

  {{ content }}

  {% capture site_lang %}{{ site.lang | default: "en" }}{% endcapture %}

  <ul class="post-list">
    {% for post in paginator.posts %}
      {% capture post_lang %}{{ post.lang | default: site_lang }}{% endcapture %}
      {% capture lang %}{% if post_lang != site_lang %}{{ post_lang }}{% endif %}{% endcapture %}

      <li{% if lang != empty %} lang="{{ lang }}"{% endif %}>
        <header class="post-header">
          <h1 class="post-title">
            <a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}{% if post.external-url %} &rarr;{% endif %}</a>
          </h1>

          <p class="post-meta">{{ post.date | date: "%b %-d, %Y" }}{% if post.categories != empty %} • {% include category_links.html categories=post.categories %}{% endif %}</p>
        </header>

        <div class="post-content">
          {{ post.excerpt }}
        </div>
        {% if post.content contains site.excerpt_separator %}
          <p class="post-continue">
            <a href="{{ post.url | relative_url }}">Read on &rarr;</a>
          </p>
        {% endif %}
      </li>
    {% endfor %}
  </ul>

  {% include pagination.html %}

</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jekyll-whiteglass-1.4.2 _layouts/home.html
jekyll-whiteglass-1.4.1 _layouts/home.html
jekyll-whiteglass-1.4.0 _layouts/home.html
jekyll-whiteglass-1.3.0 _layouts/home.html
jekyll-whiteglass-1.2.1 _layouts/home.html
jekyll-whiteglass-1.2.0 _layouts/home.html
jekyll-whiteglass-1.1.0 _layouts/home.html
jekyll-whiteglass-1.0.1 _layouts/home.html
jekyll-whiteglass-1.0.0 _layouts/home.html