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.
		
		
		
		
		
			
		
			
				
	
	
		
			13 lines
		
	
	
		
			324 B
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			13 lines
		
	
	
		
			324 B
		
	
	
	
		
			HTML
		
	
| ---
 | |
| layout: default
 | |
| ---
 | |
| 
 | |
| <div class="page">
 | |
|   <h1 class="page-title">{{ page.title }}</h1>
 | |
|   <span class="post-date">Posted on: {{ page.date | date_to_string }} under: 
 | |
|    {% for category in page.categories %} 
 | |
|    {% unless category == "pages" %} {{ category }} 
 | |
|    {% endunless %}{% endfor %}</span>
 | |
|   {{ content }}
 | |
| </div>
 |