Sha256: bf41b3454e10857926870fedc48a201d3e6e0d8806a3370777b6040f6cf2688a

Contents?: true

Size: 1.72 KB

Versions: 22

Compression:

Stored size: 1.72 KB

Contents

---
layout: body
---

  <article class="post post-full">
    <header class="post-header has-gradient outer">
      {% assign image_is_not_empty = page.image | is_not_empty %}
      {% if image_is_not_empty %}
      <div class="bg-img" style="background-image: url('{{ page.image | relative_url }}')"></div>
      {% endif %}
      <div class="inner-sm">
        <div class="post-meta">
          <time class="published" datetime="{{ page.date | date: '%Y-%m-%d %H:%M' }}">{{ page.date | date: '%B %d, %Y' }}</time>
        </div>
        <h1 class="post-title">{{ page.title }}</h1>
        {% assign subtitle_is_not_empty = page.subtitle | is_not_empty %}
        {% if subtitle_is_not_empty %}
        <div class="post-subtitle">
          {{ page.subtitle }}
        </div>
        {% endif %}
      </div>
    </header>
    <div class="inner-md outer">
      <div class="post-content">
        {{ content }}
      </div><!-- .post-content -->
    </div><!-- .inner-md -->
  </article><!-- .post -->

  <!-- Next/previous post navigation TBD -->
  <!--
  <div class="inner-md outer">
    <nav class="read-next">
      <h2 class="read-next-title line-left">Read Next</h2>
      <div class="nav-links">
        <article class="post">
          <div class="post-meta">
            <time class="published" datetime="">Previous post date</time>
          </div>
          <h3 class="post-title"><a href="#" rel="bookmark">Previous Post Title</a></h3>
        </article>
        <article class="post">
          <div class="post-meta">
            <time class="published" datetime="">Next post date</time>
          </div>
          <h3 class="post-title"><a href="#" rel="bookmark">Next Post Title</a></h3>
        </article>
      </div>
    </nav>
  </div>
  -->

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
ledger_sync-2.6.0 documentation/site/_layouts/post.html
ledger_sync-2.5.0 documentation/site/_layouts/post.html
ledger_sync-2.4.4 documentation/site/_layouts/post.html
ledger_sync-2.3.1 documentation/site/_layouts/post.html
ledger_sync-2.2.3 documentation/site/_layouts/post.html
ledger_sync-2.2.1 documentation/site/_layouts/post.html
ledger_sync-2.2.0 documentation/site/_layouts/post.html
ledger_sync-2.0.2 documentation/site/_layouts/post.html
ledger_sync-2.0.1 documentation/site/_layouts/post.html
ledger_sync-2.0.0 documentation/site/_layouts/post.html
ledger_sync-2.0.0.pre.1 documentation/site/_layouts/post.html
ledger_sync-1.8.1 documentation/site/_layouts/post.html
ledger_sync-1.8.0 documentation/site/_layouts/post.html
ledger_sync-1.7.0 documentation/site/_layouts/post.html
ledger_sync-1.6.0 documentation/site/_layouts/post.html
ledger_sync-1.5.2 documentation/site/_layouts/post.html
ledger_sync-1.5.1 documentation/site/_layouts/post.html
ledger_sync-1.5.0 documentation/site/_layouts/post.html
ledger_sync-1.4.4 documentation/site/_layouts/post.html
ledger_sync-1.4.2 documentation/site/_layouts/post.html