mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
27 lines
569 B
HTML
27 lines
569 B
HTML
|
---
|
||
|
layout: default
|
||
|
single: true
|
||
|
---
|
||
|
|
||
|
<div>
|
||
|
<article class="hentry">
|
||
|
{% include article.html %}
|
||
|
<footer>
|
||
|
<p class="meta">
|
||
|
{% include post/author.html %}
|
||
|
{% include post/date.html %}
|
||
|
{% include post/categories.html %}
|
||
|
</p>
|
||
|
{% unless page.sharing == false %}
|
||
|
{% include post/sharing.html %}
|
||
|
{% endunless %}
|
||
|
</footer>
|
||
|
</article>
|
||
|
{% if site.disqus_short_name and page.comments != false %}
|
||
|
<section>
|
||
|
<h1>Comments</h1>
|
||
|
<div id="disqus_thread">{% include post/disqus_thread.html %}</div>
|
||
|
</section>
|
||
|
{% endif %}
|
||
|
</div>
|