Sha256: a91ff260b1b040a6512263b0073af24791a833ab1cb29d09f4212ddbf45fe10c

Contents?: true

Size: 1.64 KB

Versions: 12

Compression:

Stored size: 1.64 KB

Contents

---
layout: base
---

<div class="home">
  {%- if page.title -%}
    <h1 class="page-heading">{{ page.title }}</h1>
  {%- endif -%}

  {{ content }}


  {% if site.paginate %}
    {% assign posts = paginator.posts %}
  {% else %}
    {% assign posts = site.posts %}
  {% endif %}


  {%- if posts.size > 0 -%}
    {%- if page.list_title -%}
      <h2 class="post-list-heading">{{ page.list_title }}</h2>
    {%- endif -%}
    <ul class="post-list">
      {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
      {%- for post in posts -%}
      <li>
        <span class="post-meta">{{ post.date | date: date_format }}</span>
        <h3>
          <a class="post-link" href="{{ post.url | relative_url }}">
            {{ post.title | escape }}
          </a>
        </h3>
        {%- if site.show_excerpts -%}
          {{ post.excerpt }}
        {%- endif -%}
      </li>
      {%- endfor -%}
    </ul>

    {% if site.paginate %}
      <div class="pager">
        <ul class="pagination">
        {%- if paginator.previous_page %}
          <li><a href="{{ paginator.previous_page_path | relative_url }}" class="previous-page">{{ paginator.previous_page }}</a></li>
        {%- else %}
          <li><div class="pager-edge">•</div></li>
        {%- endif %}
          <li><div class="current-page">{{ paginator.page }}</div></li>
        {%- if paginator.next_page %}
          <li><a href="{{ paginator.next_page_path | relative_url }}" class="next-page">{{ paginator.next_page }}</a></li>
        {%- else %}
          <li><div class="pager-edge">•</div></li>
        {%- endif %}
        </ul>
      </div>
    {%- endif %}

  {%- endif -%}

</div>

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
tailwind-jekyll-theme-0.1.9 _layouts/home.html
tailwind-jekyll-theme-0.1.8 _layouts/home.html
tailwind-jekyll-theme-0.1.7 _layouts/home.html
tailwind-jekyll-theme-0.1.6 _layouts/home.html
tailwind-jekyll-theme-0.1.5 _layouts/home.html
tailwind-jekyll-theme-0.1.4 _layouts/home.html
tailwind-jekyll-theme-0.1.3 _layouts/home.html
tailwind-jekyll-theme-0.1.2 _layouts/home.html
tailwind-jekyll-theme-0.1.1 _layouts/home.html
tailwind-jekyll-theme-0.1.0 _layouts/home.html
negativa-3.0.0 _layouts/home.html
negativa-3.0.0.dev _layouts/home.html