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.
		
		
		
		
		
			
		
			
				
	
	
		
			27 lines
		
	
	
		
			563 B
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			27 lines
		
	
	
		
			563 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.no_sharing %}
 | |
|     {% include post/sharing.html %}
 | |
|     {% endunless %}
 | |
|   </footer>
 | |
| </article>
 | |
| {% if site.disqus_short_name and page.no_comments != true %}
 | |
|   <section>
 | |
|     <h1>Comments</h1>
 | |
|     <div id="disqus_thread">{% include post/disqus_thread.html %}</div>
 | |
|   </section>
 | |
| {% endif %}
 | |
| </div>
 |