mirror of
				https://github.com/balkian/balkian.github.com.git
				synced 2025-10-31 07:38:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			594 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			594 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| ---
 | |
| layout: default
 | |
| ---
 | |
| <div class="postnav">
 | |
|   <a href="{{ page.previous.url }}"><span class="previouspost"><i class="icon-chevron-sign-left"></i> {{ page.previous.title }}</a></span>
 | |
|   <span class='nextpost'><a href="{{ page.next.url }}">{{ page.next.title }} <i class="icon-chevron-sign-right"></i></span></a>
 | |
| </div>
 | |
| <div class="posthead">
 | |
|   <h2 class="title">{{ page.title }}</h2>
 | |
|   <span class="meta date">{{ page.date | date_to_string }}</span>
 | |
|   {% for c in page.tags %}
 | |
|     <span class="label label-success">{{ c }}</span>
 | |
|   {% endfor %}
 | |
| </div>
 | |
| 
 | |
| <div class="post">
 | |
| {{ content }}
 | |
| </div>
 |