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.
		
		
		
		
		
			
		
			
				
	
	
		
			25 lines
		
	
	
		
			510 B
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			25 lines
		
	
	
		
			510 B
		
	
	
	
		
			HTML
		
	
| ---
 | |
| layout: default
 | |
| single: true
 | |
| ---
 | |
| 
 | |
| <article class="hentry">
 | |
|   {% include article.html %}
 | |
|   {% unless page.no_meta %}
 | |
|   <footer>
 | |
|     <p class="meta">
 | |
|       {% include post_author.html %}
 | |
|       {% include post_date.html %}
 | |
|       {% include post_categories.html %}
 | |
|       {% include sharing.html %}
 | |
|     </p>
 | |
|   </footer>
 | |
|   {% endunless %}
 | |
|   {% if site.disqus_short_name %}
 | |
|   <section>
 | |
|     <h1>Comments</h1>
 | |
|     <div id="disqus_thread">{% include disqus_thread.html %}</div>
 | |
|   </section>
 | |
|   {% endif %}
 | |
| </article>
 |