mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			632 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			632 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
---
 | 
						|
layout: default
 | 
						|
---
 | 
						|
 | 
						|
<section style="text-align: center;">
 | 
						|
    <h1>{{- page.title | default: site.title | strip | normalize_whitespace | xml_escape -}}</h1>
 | 
						|
 | 
						|
    <p>
 | 
						|
        <small>
 | 
						|
            Posted
 | 
						|
            <time datetime="{{- page.date | date_to_xmlschema | xml_escape -}}">{{- page.date | date: '%B %e, %Y' | strip | normalize_whitespace | xml_escape -}}</time>
 | 
						|
            {%- include author.html -%}
 | 
						|
            ‐
 | 
						|
            <strong>{%- include reading-time.html -%}</strong>
 | 
						|
        </small>
 | 
						|
    </p>
 | 
						|
</section>
 | 
						|
 | 
						|
<section>
 | 
						|
    {{- content -}}
 | 
						|
</section>
 | 
						|
 | 
						|
<section>
 | 
						|
    {%- include comments.html -%}
 | 
						|
</section> |