mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 15:55:03 -04:00
5d61b46358
2. Improved blog typography 3. Improved support for Disqus 4. Removed unnecessary page layout
22 lines
423 B
HTML
22 lines
423 B
HTML
---
|
|
layout: default
|
|
single: true
|
|
---
|
|
|
|
<article class="hentry">
|
|
{% include article.html %}
|
|
<footer>
|
|
<p class="meta">
|
|
{% include post_author.html %}
|
|
{% include post_date.html %}
|
|
{% include sharing.html %}
|
|
</p>
|
|
</footer>
|
|
{% if site.disqus_short_name %}
|
|
<section>
|
|
<h1>Comments</h1>
|
|
<div id="disqus_thread">{% include disqus_thread.html %}</div>
|
|
</section>
|
|
{% endif %}
|
|
</article>
|