mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
39 lines
1.1 KiB
HTML
39 lines
1.1 KiB
HTML
---
|
|
layout: default
|
|
single: true
|
|
---
|
|
|
|
<div>
|
|
{% include post/variables.html %}
|
|
<article class="hentry {% if linklog %}linklog{% endif %}" role="article">
|
|
{% include article.html %}
|
|
<footer>
|
|
<p class="meta">
|
|
{% include post/meta.html %}
|
|
{% include custom/post_meta.html %}
|
|
</p>
|
|
{% 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 page.comments == true %}{% include comments.html %}{% endif %}
|
|
</div>
|
|
{% unless page.sidebar == false %}
|
|
<aside class="sidebar">
|
|
{% if site.post_asides.size %}
|
|
{% include_array post_asides %}
|
|
{% else %}
|
|
{% include_array default_asides %}
|
|
{% endif %}
|
|
</aside>
|
|
{% endunless %}
|