Sha256: 65d97953a43bcad9c74f5dfc8aac85e6f0342246a2437dcbb192f5a1ee51803a
Contents?: true
Size: 1.21 KB
Versions: 2
Compression:
Stored size: 1.21 KB
Contents
--- layout: default --- <div class="container"> <article class="post"> <h1>{{ page.title }}</h1> <div class="entry"> {{ content }} </div> <br /><br /> <div class="date"> Written by <a href="{{ author.url }}">{% if page.author %}{{ page.author }}{% else %}{{ site.author.name }}{% endif %}</a> on {{ page.date | date: '%B %d, %Y @ %H:%M' }} </div> <br /> </article> <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 }}">← 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</span> →</a> <div> <h2>Related Posts</h2> {% for post in site.related_posts limit:3 %} <hr /> <ul> <li> <h2><a href="{{ site.baseurl }}{{ post.url }}"> {{ post.title }}</a></h2> </li> </ul> {% endfor %} </div> </div> {% include disqus.html %} </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
casjaysdev-jekyll-theme-0.1.7 | _layouts/post.html |
casjaysdev-jekyll-theme-0.1.6 | _layouts/post.html |