Sha256: 451141c0caaebd7d6e24bae762f57fd0d3a86e1245bdae9560058222d323a525

Contents?: true

Size: 1.32 KB

Versions: 2

Compression:

Stored size: 1.32 KB

Contents

---
layout: default
---

<div class="container" style="font-size: {{ site.custom_theme.nav.font_size.default }}">
  <div class="card border-success mb-3">
    <article class="post">
      <h1>{{ page.title }}</h1>
      <div class="entry">
        {{ content }}
      </div>
      <br /><br />
      <div class="date">
        Written by <a href="{{ page.site }}">{% if page.author %}{{ page.author }}{% else %}{{ site.author.name }}{%
          endif %}</a> on {{ page.date | date: '%B %d, %Y @ %H:%M' }}
      </div>
      <br />
    </article>
  </div>
  <div class="paginate">
    <a class="btn btn-primary" href="{{ page.previous.url | prepend: site.baseurl }}" data-toggle="tooltip"
      data-placement="top" title="{{ page.previous.title }}">
      &larr; Previous <span class="d-none d-md-inline">Post</span></a>

    <a class="btn btn-primary" href="{{ page.next.url | prepend: site.baseurl }}" data-toggle="tooltip"
      data-placement="top" title="{{ page.next.title }}">
      Next <span class="d-none d-md-inline">Post &rarr;</span>
    </a>
    <hr />
    <h2>Related Posts</h2>
    {% for post in site.related_posts limit:3 %}
    <ul>
      <li>
        <h2><a href="{{ site.baseurl }}{{ post.url }}"> {{ post.title }} </a></h2>
      </li>
    </ul>
    {% endfor %}

    <div>
    </div>
    {% include disqus.html %}
  </div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
casjaysdev-jekyll-theme-0.2.6 _layouts/post.html
casjaysdev-jekyll-theme-0.2.5 _layouts/post.html