mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 15:55:03 -04:00
36 lines
881 B
HTML
36 lines
881 B
HTML
---
|
|
layout: default
|
|
single: true
|
|
---
|
|
|
|
<div>
|
|
<article class="hentry" role="article">
|
|
{% include article.html %}
|
|
<footer>
|
|
<p class="meta">
|
|
{% include post/author.html %}
|
|
{% include post/date.html %}{% if updated %}{{ updated }}{% else %}{{ time }}{% endif %}
|
|
{% include post/categories.html %}
|
|
</p>
|
|
{% unless page.sharing == false %}
|
|
{% include post/sharing.html %}
|
|
{% endunless %}
|
|
</footer>
|
|
</article>
|
|
{% if site.disqus_short_name and page.comments == true %}
|
|
<section>
|
|
<h1>Comments</h1>
|
|
<div id="disqus_thread" aria-live="polite">{% include post/disqus_thread.html %}</div>
|
|
</section>
|
|
{% 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 %}
|