mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 14:59:45 +03:00 
			
		
		
		
	Fixed a visual time for list posts
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -1,18 +1,16 @@
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
permalink: "index.html"
 | 
					 | 
				
			||||||
layout: page
 | 
					layout: page
 | 
				
			||||||
 | 
					permalink: "index.html"
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% for post in site.posts %}
 | 
					{% for post in site.posts %}
 | 
				
			||||||
<section>
 | 
					<section>
 | 
				
			||||||
    <h4>
 | 
					    <h4>
 | 
				
			||||||
        <small>
 | 
					        <span>
 | 
				
			||||||
            <time datetime="{{ post.date | date_to_xmlschema }}">
 | 
					            <time datetime="{{ post.date | date_to_xmlschema }}">
 | 
				
			||||||
                {{ post.date | date: '%Y-%m-%d' | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
 | 
					                {{ post.date | date: '%Y-%m-%d' | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
 | 
				
			||||||
            </time>
 | 
					            </time>
 | 
				
			||||||
        </small>
 | 
					        </span> | <a href="{{ post.url | relative_url | uri_escape }}">
 | 
				
			||||||
 | 
					 | 
				
			||||||
        <a href="{{ post.url | relative_url | uri_escape }}">
 | 
					 | 
				
			||||||
            {{ post.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
 | 
					            {{ post.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
 | 
				
			||||||
        </a>
 | 
					        </a>
 | 
				
			||||||
    </h4>
 | 
					    </h4>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user