|
|
|
@ -15,6 +15,14 @@ single: true
|
|
|
|
|
{% unless page.sharing == false %}
|
|
|
|
|
{% include post/sharing.html %}
|
|
|
|
|
{% endunless %}
|
|
|
|
|
<p class="meta">
|
|
|
|
|
{% if page.previous.url %}
|
|
|
|
|
<a class="basic-alignment left" href="{{page.previous.url}}" title="Previous Post: {{page.previous.title}}">« {{page.previous.title}}</a>
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% if page.next.url %}
|
|
|
|
|
<a class="basic-alignment right" href="{{page.next.url}}" title="next Post: {{page.next.title}}">{{page.next.title}} »</a>
|
|
|
|
|
{% endif %}
|
|
|
|
|
</p>
|
|
|
|
|
</footer>
|
|
|
|
|
</article>
|
|
|
|
|
{% if site.disqus_short_name and page.comments == true %}
|
|
|
|
|