You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			36 lines
		
	
	
		
			785 B
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			36 lines
		
	
	
		
			785 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>
 | 
						|
{% unless page.sidebar == false %}
 | 
						|
<aside role=sidebar>
 | 
						|
  {% if site.post_asides.size %}
 | 
						|
    {% include_array post_asides %}
 | 
						|
  {% else %}
 | 
						|
    {% include_array default_asides %}
 | 
						|
  {% endif %}
 | 
						|
</aside>
 | 
						|
{% endunless %}
 |