mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 14:59:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			527 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			527 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
---
 | 
						|
layout: default
 | 
						|
---
 | 
						|
 | 
						|
<div class="content">
 | 
						|
  {% include navbar.html %}
 | 
						|
 | 
						|
  <article>
 | 
						|
    <header class="header">
 | 
						|
      <h1 class="header-title">
 | 
						|
        {{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
 | 
						|
      </h1>
 | 
						|
      <p class="header-annotation">
 | 
						|
        <time datetime="{{ page.date | date_to_xmlschema}}">{{ page.date | date_to_long_string }}</time>
 | 
						|
      </p>
 | 
						|
    </header>
 | 
						|
 | 
						|
    {{ content }}
 | 
						|
  </article>
 | 
						|
 | 
						|
  <div class="comments">
 | 
						|
    {% include disqus.html %}
 | 
						|
  </div>
 | 
						|
</div>
 |