mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	@@ -1,32 +1,24 @@
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
permalink: "/index.html"
 | 
					permalink: "/index.html"
 | 
				
			||||||
layout: default
 | 
					layout: default
 | 
				
			||||||
sidebar: true
 | 
					 | 
				
			||||||
title: "Home"
 | 
					 | 
				
			||||||
id: index
 | 
					 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<div class="page">
 | 
					<!-- Header -->
 | 
				
			||||||
    <div class="posts">
 | 
					<div class="page-heading">Blog</div>
 | 
				
			||||||
        {% for node in site.posts %}
 | 
					<!-- List -->
 | 
				
			||||||
            <div class="post">
 | 
					<ul>
 | 
				
			||||||
                <!-- Date -->
 | 
					    {% for node in site.posts %}
 | 
				
			||||||
                <span class="post-date">
 | 
					        <li class="post-item">
 | 
				
			||||||
                    {{ node.latest_update | default: node.date | date_to_long_string }}
 | 
					            <!-- Time -->
 | 
				
			||||||
                </span>
 | 
					            <span class="meta">
 | 
				
			||||||
 | 
					                <time datetime="{{ node.latest_update | default: node.date | date_to_xmlschema }}">
 | 
				
			||||||
                <!-- Header -->
 | 
					                    {{ node.latest_update | default: node.date | date_to_string }}
 | 
				
			||||||
                <h1 class="post-title">
 | 
					                </time>
 | 
				
			||||||
                    <a href="{{ node.url | relative_url | uri_escape }}">
 | 
					            </span>
 | 
				
			||||||
                        {{ node.title | smartify | strip_html | normalize_whitespace }}
 | 
					            <!-- Link -->
 | 
				
			||||||
                    </a>
 | 
					            <a href="{{ node.url | relative_url | uri_escape }}">
 | 
				
			||||||
                </h1>
 | 
					                <span>{{ node.title | smartify | strip_html | normalize_whitespace }}</span>
 | 
				
			||||||
 | 
					            </a>
 | 
				
			||||||
                <!-- Content -->
 | 
					        </li>
 | 
				
			||||||
                <span class="post-date">
 | 
					    {% endfor %}
 | 
				
			||||||
                    {{ node.description | smartify | strip_html | normalize_whitespace }}
 | 
					</ul>
 | 
				
			||||||
                </span>
 | 
					 | 
				
			||||||
            </div>
 | 
					 | 
				
			||||||
        {% endfor %}
 | 
					 | 
				
			||||||
    </div>
 | 
					 | 
				
			||||||
</div>
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user